Test output for svnwiki-sxml [ok]
Testing time: 0s
/home/mario/local/chicken-4.8.0.3/bin/csi -script run.scm < /dev/null -- 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.007 seconds. 10 out of 10 (100%) tests passed. -- done testing Links --------------------------------------------------------