summary refs log tree commit diff stats
path: root/tests/stdlib/tpunycode.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/stdlib/tpunycode.nim')
-rw-r--r--tests/stdlib/tpunycode.nim5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/stdlib/tpunycode.nim b/tests/stdlib/tpunycode.nim
deleted file mode 100644
index 596c5ef63..000000000
--- a/tests/stdlib/tpunycode.nim
+++ /dev/null
@@ -1,5 +0,0 @@
-import punycode
-
-doAssert(decode(encode("", "bücher")) == "bücher")
-doAssert(decode(encode("münchen")) == "münchen")
-doAssert encode("xn--", "münchen") == "xn--mnchen-3ya"