tests: update test_string_is_numeric
authorAlexis Laferrière <alexis.laf@xymus.net>
Tue, 12 Jan 2016 17:17:28 +0000 (12:17 -0500)
committerAlexis Laferrière <alexis.laf@xymus.net>
Tue, 12 Jan 2016 17:17:34 +0000 (12:17 -0500)
Signed-off-by: Alexis Laferrière <alexis.laf@xymus.net>

tests/sav/test_string_is_numeric.res
tests/test_string_is_numeric.nit

index e53b6ea..ba0fbec 100644 (file)
@@ -1,7 +1,7 @@
 false
 true
 true
-true
+false
 false
 false
 false
index fcf7ea2..df648ee 100644 (file)
@@ -25,7 +25,7 @@ print "45".is_numeric
 #True
 print "45.3".is_numeric
 
-#True
+#False
 print "45,3".is_numeric
 
 #False