mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-06 20:56:38 +02:00
fixing test for 1e2 - should be inexact
This commit is contained in:
parent
fea1b696a4
commit
8dd1d572f0
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue