X-Git-Url: http://nitlanguage.org diff --git a/tests/test_string_is_numeric.nit b/tests/test_string_is_numeric.nit index fcf7ea2..df648ee 100644 --- a/tests/test_string_is_numeric.nit +++ b/tests/test_string_is_numeric.nit @@ -25,7 +25,7 @@ print "45".is_numeric #True print "45.3".is_numeric -#True +#False print "45,3".is_numeric #False