diff options
Diffstat (limited to 'tests/run/tunidecode.nim')
-rw-r--r-- | tests/run/tunidecode.nim | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/run/tunidecode.nim b/tests/run/tunidecode.nim deleted file mode 100644 index cb6589d60..000000000 --- a/tests/run/tunidecode.nim +++ /dev/null @@ -1,12 +0,0 @@ -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") - |