move tests to testament (#16101)

* move tests to testament

* minor

* fix random

* disable test random
This commit is contained in:
flywind
2020-11-25 02:06:41 +08:00
committed by GitHub
parent d306a04466
commit cbc793b30b
56 changed files with 2205 additions and 2232 deletions

View File

@@ -9,6 +9,5 @@ import std/unidecode # #14112
loadUnidecodeTable("lib/pure/unidecode/unidecode.dat")
#assert unidecode("\x53\x17\x4E\xB0") == "Bei Jing"
# assert unidecode("\x53\x17\x4E\xB0") == "Bei Jing"
echo unidecode("Äußerst")