Commit 473eabc4 authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Negligible spacing change in tests/othertests/templates.py

git-svn-id: http://code.djangoproject.com/svn/django/trunk@1416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent f57e2249
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -245,6 +245,7 @@ TEMPLATE_TESTS = {
                    you
                    gentlemen.
                    """),

    # simple translation of a string delimited by '
    'i18n01': ("{% load i18n %}{% trans 'xxxyyyxxx' %}", {}, "xxxyyyxxx"),