]> gitweb.factorcode.org Git - factor.git/blobdiff - core/math/parser/parser-tests.factor
math.parser: fix edge case for float>dec
[factor.git] / core / math / parser / parser-tests.factor
index f7c86804c6be5202469ef7dc1244cbbdcb8799a4..9e3b3d2159047e90134880ba2ef5378905afd140 100644 (file)
@@ -514,6 +514,7 @@ unit-test
 { "143.99999999999997" } [ 0x1.1ffffffffffffp7 number>string ] unit-test
 { "144.0" } [ 0x1.2p7 number>string ] unit-test
 { "144.00000000000003" } [ 0x1.2000000000001p7 number>string ] unit-test
+{ "0.16996714290024104" } [ 0x1.5c17bbc13570bp-3 number>string ] unit-test
 
 { 0x80000000000000000000000000000000 } [ 0 φ ] unit-test