summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-25 01:54:17 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-25 01:54:17 +0000
commit473eabc4471df57e9bd534999a26d50aa42482c5 (patch)
tree80223c2d87dcd9c83e000264e9056ec9314edff1
parentf57e22495fb336b864c9af81bbea5e16687da086 (diff)
downloaddjango-473eabc4471df57e9bd534999a26d50aa42482c5.tar.gz
Negligible spacing change in tests/othertests/templates.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--tests/othertests/templates.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/othertests/templates.py b/tests/othertests/templates.py
index 60d3627708..c1dbdde64f 100644
--- a/tests/othertests/templates.py
+++ b/tests/othertests/templates.py
@@ -244,7 +244,8 @@ TEMPLATE_TESTS = {
are
you
gentlemen.
- """ ),
+ """),
+
# simple translation of a string delimited by '
'i18n01': ("{% load i18n %}{% trans 'xxxyyyxxx' %}", {}, "xxxyyyxxx"),