mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #23395 -- Limited line lengths to 119 characters.
This commit is contained in:
parent
84b0a8d2aa
commit
b1e33ceced
130 changed files with 5259 additions and 1501 deletions
|
@ -26,7 +26,10 @@ class FeedgeneratorTest(unittest.TestCase):
|
|||
numbers.
|
||||
"""
|
||||
self.assertEqual(
|
||||
feedgenerator.get_tag_uri('http://www.example.org:8000/2008/11/14/django#headline', datetime.datetime(2008, 11, 14, 13, 37, 0)),
|
||||
feedgenerator.get_tag_uri(
|
||||
'http://www.example.org:8000/2008/11/14/django#headline',
|
||||
datetime.datetime(2008, 11, 14, 13, 37, 0),
|
||||
),
|
||||
'tag:www.example.org,2008-11-14:/2008/11/14/django/headline')
|
||||
|
||||
def test_rfc2822_date(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue