Turn some test outputs into actual tests

This commit is contained in:
Oleh Prypin
2015-04-21 15:45:30 +03:00
parent c433ae1aaa
commit 22db40e5e4
13 changed files with 84 additions and 52 deletions

View File

@@ -1250,6 +1250,7 @@ proc rstToHtml*(s: string, options: TRstParseOptions,
renderRstToOut(d, rst, result)
when not defined(testing) and isMainModule:
echo rstToHtml("*Hello* **world**!", {},
newStringTable(modeStyleInsensitive))
when isMainModule:
assert rstToHtml("*Hello* **world**!", {},
newStringTable(modeStyleInsensitive)) ==
"<em>Hello</em> <strong>world</strong>!"