improve tests just a bit (#79)
This commit is contained in:
Vendored
+1
@@ -5,3 +5,4 @@ System.print(Process.version.isEmpty) // expect: false
|
||||
|
||||
var isNumber = Fn.new {|str| Num.fromString(str) != null }
|
||||
System.print(Process.version.split(".").all(isNumber)) // expect: true
|
||||
System.print(Process.version.split(".").count) // expect: 3
|
||||
Reference in New Issue
Block a user