summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/defaultfilters/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/defaultfilters/tests.py b/tests/defaultfilters/tests.py
index 2e70a1c23b..22dc04666e 100644
--- a/tests/defaultfilters/tests.py
+++ b/tests/defaultfilters/tests.py
@@ -268,6 +268,8 @@ class DefaultFiltersTests(TestCase):
'<a href="http://djangoproject.org/" rel="nofollow">djangoproject.org/</a>')
self.assertEqual(urlize('info@djangoproject.org'),
'<a href="mailto:info@djangoproject.org">info@djangoproject.org</a>')
+ self.assertEqual(urlize('some.organization'),
+ 'some.organization'),
# Check urlize with https addresses
self.assertEqual(urlize('https://google.com'),