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

@@ -70,6 +70,5 @@ proc unidecode*(s: string): string =
when isMainModule:
loadUnidecodeTable("lib/pure/unidecode/unidecode.dat")
when not defined(testing):
echo unidecode("Äußerst")
assert unidecode("Äußerst") == "Ausserst"