fixing test for 1e2 - should be inexact

This commit is contained in:
Alex Shinn 2010-03-01 01:49:26 +09:00
parent fea1b696a4
commit 8dd1d572f0

View file

@ -242,7 +242,7 @@
(test 5 (string->number "101" 2))
(test 100 (string->number "1e2"))
(test 100.0 (string->number "1e2"))
(test "100" (number->string 100))