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.
1 parent 6e828f8 commit 3c23f56Copy full SHA for 3c23f56
tests/test_templatetags.py
@@ -249,6 +249,7 @@ def test_issue_1386(self):
249
"asdf.com",
250
"asdf.net",
251
"www.as_df.org",
252
+ "as.d8f.ghj8.gov",
253
]
254
for i in correct_urls:
255
res = urlize(i)
@@ -258,7 +259,6 @@ def test_issue_1386(self):
258
259
incorrect_urls = [
260
"mailto://[email protected]",
261
"asdf.netnet",
- "as.d8f.ghj8.gov",
262
263
for i in incorrect_urls:
264
0 commit comments