diff options
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" |