diff options
author | hlaaftana <10591326+hlaaftana@users.noreply.github.com> | 2020-04-26 11:12:16 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-26 10:12:16 +0200 |
commit | 76ffa4fa25ebf8f03a399a343088fa46e4ee13cb (patch) | |
tree | be20f16f3064c88383d554c44745fa02e3f744e1 /tests/stdlib/tunidecode.nim | |
parent | 31ba27590c6a2ddd5e6b65247b2d9f74b8ca1ba2 (diff) | |
download | Nim-76ffa4fa25ebf8f03a399a343088fa46e4ee13cb.tar.gz |
fixes #14112, tests for #12892, #12671, #11697 (#14125)
Diffstat (limited to 'tests/stdlib/tunidecode.nim')
-rw-r--r-- | tests/stdlib/tunidecode.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stdlib/tunidecode.nim b/tests/stdlib/tunidecode.nim index 689453c76..576bfa2cb 100644 --- a/tests/stdlib/tunidecode.nim +++ b/tests/stdlib/tunidecode.nim @@ -5,6 +5,8 @@ discard """ import unidecode +import std/unidecode # #14112 + loadUnidecodeTable("lib/pure/unidecode/unidecode.dat") #assert unidecode("\x53\x17\x4E\xB0") == "Bei Jing" |