mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-04 12:07:51 +00:00
fixes #8768
This commit is contained in:
@@ -69,5 +69,5 @@ proc unidecode*(s: string): string =
|
||||
|
||||
when isMainModule:
|
||||
loadUnidecodeTable("lib/pure/unidecode/unidecode.dat")
|
||||
assert unidecode("Äußerst") == "Ausserst"
|
||||
|
||||
doAassert unidecode("Äußerst") == "Ausserst"
|
||||
doAssert unidecode("北京") == "Bei Jing"
|
||||
|
||||
Reference in New Issue
Block a user