Ticket #7355: tests.py.diff
File tests.py.diff, 535 bytes (added by , 16 years ago) |
---|
-
tests/regressiontests/defaultfilters/tests.py
166 166 >>> urlizetrunc(uri, 2) 167 167 u'<a href="http://31characteruri.com/test/" rel="nofollow">...</a>' 168 168 169 # Check normal urlize 170 >>> url = 'https://google.com' 171 >>> urlize(url) 172 u'<a href="https://google.com" rel="nofollow">https://google.com</a>' 173 169 174 >>> wordcount('') 170 175 0