summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"),