From: John Benediktsson Date: Mon, 12 Feb 2024 03:26:30 +0000 (-0800) Subject: toml: fix for integer float representation X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=93b881f4c71dfad4f151cc7771b38fbbb8df2f5d toml: fix for integer float representation --- diff --git a/basis/toml/toml-tests.factor b/basis/toml/toml-tests.factor index a9075d28b9..2cf3fba611 100644 --- a/basis/toml/toml-tests.factor +++ b/basis/toml/toml-tests.factor @@ -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" }