From 473eabc4471df57e9bd534999a26d50aa42482c5 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 25 Nov 2005 01:54:17 +0000 Subject: [PATCH] Negligible spacing change in tests/othertests/templates.py git-svn-id: http://code.djangoproject.com/svn/django/trunk@1416 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/othertests/templates.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"),