summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 04d91ae)
raw | patch | inline | side by side (parent: 04d91ae)
author | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 7 Sep 2010 14:49:52 +0000 (14:49 +0000) | ||
committer | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 7 Sep 2010 14:49:52 +0000 (14:49 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4520 57a73879-2fb5-44c3-a270-3262357dd7e2
test/test_templating.py | patch | blob | history |
index e4244d1da4d24a40cda17a38da8d771a89ff0d3e..a4c531b9257b07edc2a13332a9782c83cab17d1d 100644 (file)
--- a/test/test_templating.py
+++ b/test/test_templating.py
'<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>>')