From 03cb89989b4eb2000917e070cf392ee7640aca85 Mon Sep 17 00:00:00 2001 From: schlatterbeck Date: Tue, 7 Sep 2010 14:49:52 +0000 Subject: [PATCH] - fix small indentation glitch git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4520 57a73879-2fb5-44c3-a270-3262357dd7e2 --- test/test_templating.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_templating.py b/test/test_templating.py index e4244d1..a4c531b 100644 --- a/test/test_templating.py +++ b/test/test_templating.py @@ -152,7 +152,7 @@ class HTMLClassTestCase(TemplatingTestCase) : 'http://roundup.net/') ae(t('<HTTP://roundup.net/>'), '<HTTP://roundup.net/>') - ae(t('<http://roundup.net/>.'), + ae(t('<http://roundup.net/>.'), '<http://roundup.net/>.') ae(t('<www.roundup.net>'), '<www.roundup.net>') -- 2.30.2