Test output for svnwiki-sxml [ok]

Testing time: 1s

/root/salmonella-run-publish/chicken/bin/csi -script run.scm < /dev/null

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