Mercurial > p > roundup > code
diff test/test_templating.py @ 4414:399569ff4aed
- fix small indentation glitch
| author | Ralf Schlatterbeck <schlatterbeck@users.sourceforge.net> |
|---|---|
| date | Tue, 07 Sep 2010 14:49:52 +0000 |
| parents | 66603a9051f9 |
| children | 11b6601629d7 |
line wrap: on
line diff
--- a/test/test_templating.py Thu Aug 12 05:00:07 2010 +0000 +++ b/test/test_templating.py Tue Sep 07 14:49:52 2010 +0000 @@ -152,7 +152,7 @@ '<a href="http://roundup.net/">http://roundup.net/</a>') ae(t('<HTTP://roundup.net/>'), '<<a href="HTTP://roundup.net/">HTTP://roundup.net/</a>>') - ae(t('<http://roundup.net/>.'), + ae(t('<http://roundup.net/>.'), '<<a href="http://roundup.net/">http://roundup.net/</a>>.') ae(t('<www.roundup.net>'), '<<a href="http://www.roundup.net">www.roundup.net</a>>')
