Test case for bug 289
authorBrion Vibber <brion@users.mediawiki.org>
Sun, 10 Oct 2004 13:05:04 +0000 (13:05 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sun, 10 Oct 2004 13:05:04 +0000 (13:05 +0000)
maintenance/parserTests.txt

index b9e2a57..00d1ef8 100644 (file)
@@ -507,6 +507,15 @@ BUG 361: URL inside bracketed URL
 </p>
 !! end
 
+!! test
+BUG 289: ">"-token in URL-tail
+!! input
+http://www.example.com/<hello>
+!! result
+<p><a href="http://www.example.com/" class='external'>http://www.example.com/</a>&lt;hello&gt;
+</p>
+!!end
+
 ###
 ### Quotes
 ###