From: schlatterbeck Date: Tue, 7 Sep 2010 14:49:52 +0000 (+0000) Subject: - fix small indentation glitch X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=03cb89989b4eb2000917e070cf392ee7640aca85;p=roundup.git - fix small indentation glitch git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4520 57a73879-2fb5-44c3-a270-3262357dd7e2 --- 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>')