Files
Nim/tests/stdlib/tunidecode.nim
flywind cbc793b30b move tests to testament (#16101)
* move tests to testament

* minor

* fix random

* disable test random
2020-11-24 19:06:41 +01:00

14 lines
294 B
Nim

discard """
cmd: "nim $target --hints:on -d:embedUnidecodeTable $options $file"
output: "Ausserst"
"""
import unidecode
import std/unidecode # #14112
loadUnidecodeTable("lib/pure/unidecode/unidecode.dat")
# assert unidecode("\x53\x17\x4E\xB0") == "Bei Jing"
echo unidecode("Äußerst")