From 8f54a225a564e138c73a07c750e2d5a16c77de4d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Tue, 17 Jan 2006 17:59:31 +0000 Subject: [PATCH] Fixed spaceless template-tag tests in trunk (from magic-removal [2030]) git-svn-id: http://code.djangoproject.com/svn/django/trunk@2036 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/othertests/templates.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/othertests/templates.py b/tests/othertests/templates.py index 5e3afd01e40..bfb62c7bd10 100644 --- a/tests/othertests/templates.py +++ b/tests/othertests/templates.py @@ -299,8 +299,8 @@ TEMPLATE_TESTS = { """), # {% spaceless %} tag - 'spaceless01': ("{% spaceless %} text {% endspaceless %}", {}, " text "), - 'spaceless02': ("{% spaceless %} \n text \n {% endspaceless %}", {}, " text "), + 'spaceless01': ("{% spaceless %} text {% endspaceless %}", {}, " text "), + 'spaceless02': ("{% spaceless %} \n text \n {% endspaceless %}", {}, " text "), 'spaceless03': ("{% spaceless %}text{% endspaceless %}", {}, "text"), # simple translation of a string delimited by '