mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 06:09:18 +02:00
Updating R5RS tests since chibi now uses lowercase hex digits.
This commit is contained in:
parent
6583827f4e
commit
a595badee5
1 changed files with 1 additions and 1 deletions
|
@ -247,7 +247,7 @@
|
|||
|
||||
(test "100" (number->string 256 16))
|
||||
|
||||
(test "FF" (number->string 255 16))
|
||||
(test "ff" (number->string 255 16))
|
||||
|
||||
(test "177" (number->string 127 8))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue