]> gitweb.factorcode.org Git - factor.git/commitdiff
toml: fix for integer float representation
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 12 Feb 2024 03:26:30 +0000 (19:26 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 12 Feb 2024 03:26:30 +0000 (19:26 -0800)
basis/toml/toml-tests.factor

index a9075d28b988598f90fa4df2ef893c9431380881..2cf3fba611a83e54e7d41f709e70895a71ea7821 100644 (file)
@@ -359,7 +359,7 @@ bin1 = 0b11010110
         { "flt1" "1.0" }
         { "flt2" "3.1415" }
         { "flt3" "-0.01" }
-        { "flt4" "5.0e+22" }
+        { "flt4" "5e22" }
         { "flt5" "1000000.0" }
         { "flt6" "-0.02" }
         { "flt7" "6.626e-34" }