We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6364583 commit 7b54c0aCopy full SHA for 7b54c0a
1 file changed
tests/test_request.py
@@ -231,6 +231,8 @@ def test_clean_email():
231
{"input": "foo@example.comcom", "output": "foo@example.com"},
232
{"input": "foo@example.com.", "output": "foo@example.com"},
233
{"input": "foo@example.com...", "output": "foo@example.com"},
234
+ {"input": "example@bu\u0308cher.com", "output": "example@xn--bcher-kva.com"},
235
+ {"input": "example@b\u00FCcher.com", "output": "example@xn--bcher-kva.com"},
236
]
237
238
for test in tests:
0 commit comments