Test output for string-utils

Testing time: 8.0s

CHICKEN_INSTALL_PREFIX=/root/src/salmonella/salmonella-4.5.0/repo CHICKEN_INCLUDE_PATH=/root/src/salmonella/salmonella-4.5.0/repo/share/chicken CHICKEN_REPOSITORY=/root/src/salmonella/salmonella-4.5.0/repo/lib/chicken/5 /usr/local/chicken-4.5.0/bin/csi -script run.scm

-- testing Memoized ----------------------------------------------------------
(make-string* 1 #\a) ................................................. [ PASS]
a5 ................................................................... [ PASS]
spc5 ................................................................. [ PASS]
(eq? a5 (make-string* 5 #\a)) ........................................ [ PASS]
(eq? spc5 (make-string* 5 #\space)) .................................. [ PASS]
5 tests completed in 0.001 seconds.
5 out of 5 (100%) tests passed.
-- done testing Memoized -----------------------------------------------------

(string->hex "12abc34" 2 5) .......................................... [ PASS]

-- testing Unicode -----------------------------------------------------------
(ascii-codepoint? #\a) ............................................... [ PASS]
(string->hex (unicode-char->string #\u3bb)) .......................... [ PASS]
(string->hex (unicode-string #\u3bb #\u3bb #\u3bb)) .................. [ PASS]
(string->hex (unicode-make-string 2 #\u3bb)) ......................... [ PASS]
4 tests completed in 0.001 seconds.
4 out of 4 (100%) tests passed.
-- done testing Unicode ------------------------------------------------------

t .................................................................... [ PASS]
t .................................................................... [ PASS]
t .................................................................... [ PASS]