Negligible spacing change in tests/othertests/templates.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f57e22495f
commit
473eabc447
|
@ -244,7 +244,8 @@ TEMPLATE_TESTS = {
|
||||||
are
|
are
|
||||||
you
|
you
|
||||||
gentlemen.
|
gentlemen.
|
||||||
""" ),
|
"""),
|
||||||
|
|
||||||
# simple translation of a string delimited by '
|
# simple translation of a string delimited by '
|
||||||
'i18n01': ("{% load i18n %}{% trans 'xxxyyyxxx' %}", {}, "xxxyyyxxx"),
|
'i18n01': ("{% load i18n %}{% trans 'xxxyyyxxx' %}", {}, "xxxyyyxxx"),
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue