got rid of 'accept' dir in the tests

This commit is contained in:
Araq
2011-11-19 15:45:51 +01:00
parent d0772feb08
commit a274f3bf5b
264 changed files with 5 additions and 7 deletions

12
tests/run/tunidecode.nim Normal file
View File

@@ -0,0 +1,12 @@
discard """
cmd: "nimrod cc --hints:on -d:embedUnidecodeTable $# $#"
output: "Ausserst"
"""
import unidecode
loadUnidecodeTable("lib/pure/unidecode/unidecode.dat")
assert unidecode("\x53\x17\x4E\xB0") == "Bei Jing"
echo unidecode("Äußerst")