We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e593ab1 + 9c25a1c commit 6364583Copy full SHA for 6364583
tests/test_request.py
@@ -229,6 +229,8 @@ def test_clean_email():
229
{"input": "foo@example.cam", "output": "foo@example.cam"},
230
{"input": "foo@10000gmail.com", "output": "foo@gmail.com"},
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
]
235
236
for test in tests:
0 commit comments