Test output for svnwiki-sxml

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 Font styles -------------------------------------------------------
(->sxml "'''don't'''") ............................................... [ PASS]
(->sxml "''don't''") ................................................. [ PASS]
2 tests completed in 0.001 seconds.
2 out of 2 (100%) tests passed.
-- done testing Font styles --------------------------------------------------


-- testing Links -------------------------------------------------------------
(->sxml "[[]]") ...................................................... [ PASS]
(->sxml "[[foo]]") ................................................... [ PASS]
(->sxml "[[foo|]]") .................................................. [ PASS]
(->sxml "[[#foo]]") .................................................. [ PASS]
(->sxml "[[#foo|]]") ................................................. [ PASS]
(->sxml "[[/foo]]") .................................................. [ PASS]
(->sxml "[[http://foo]]") ............................................ [ PASS]
(->sxml "[[http://foo|]]") ........................................... [ PASS]
(->sxml "[[https://foo]]") ........................................... [ PASS]
(->sxml "[[ftp://foo]]") ............................................. [ PASS]
10 tests completed in 0.005 seconds.
10 out of 10 (100%) tests passed.
-- done testing Links --------------------------------------------------------