summaryrefslogtreecommitdiffstats
path: root/tests/test_decode.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_decode.py')
-rw-r--r--tests/test_decode.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_decode.py b/tests/test_decode.py
new file mode 100644
index 0000000..bc58ce0
--- /dev/null
+++ b/tests/test_decode.py
@@ -0,0 +1,5 @@
+from mdurl import decode
+
+
+def test_decode_multi_byte():
+ assert decode("https://host.invalid/%F0%9F%91%A9") == "https://host.invalid/👩"