mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	another failing test case for square brackets.
This commit is contained in:
		| @@ -310,6 +310,10 @@ class DefaultFiltersTests(TestCase): | ||||
|         self.assertEqual(urlize('[see www.example.com]'), | ||||
|             '[see <a href="http://www.example.com" rel="nofollow">www.example.com</a>]' ) | ||||
|  | ||||
|         # Check urlize doesn't crash when square bracket is prepended to url (#19070) | ||||
|         self.assertEqual(urlize('see test[at[example.com'), | ||||
|             'see <a href="http://test[at[example.com" rel="nofollow">test[at[example.com</a>' ) | ||||
|  | ||||
|  | ||||
|     def test_wordcount(self): | ||||
|         self.assertEqual(wordcount(''), 0) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user