mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Removed superfluous newline.
This commit is contained in:
parent
6ae1e3ba9f
commit
a37f452513
@ -343,7 +343,6 @@ class BasicExtractorTests(ExtractorTests):
|
|||||||
six.assertRegex(self, po_contents, r'#\..+Translators: valid i18n comment #9')
|
six.assertRegex(self, po_contents, r'#\..+Translators: valid i18n comment #9')
|
||||||
self.assertMsgId("Translatable literal #9j", po_contents)
|
self.assertMsgId("Translatable literal #9j", po_contents)
|
||||||
|
|
||||||
|
|
||||||
def test_makemessages_find_files(self):
|
def test_makemessages_find_files(self):
|
||||||
"""
|
"""
|
||||||
Test that find_files only discover files having the proper extensions.
|
Test that find_files only discover files having the proper extensions.
|
||||||
|
Loading…
Reference in New Issue
Block a user