* Improved the testcase for bug 787
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 13 May 2005 19:23:07 +0000 (19:23 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 13 May 2005 19:23:07 +0000 (19:23 +0000)
maintenance/parserTests.txt

index aacba90..135a87e 100644 (file)
@@ -614,8 +614,12 @@ External links: invalid character
 BUG 787: Links with one slash after the url protocol are invalid
 !! input
 http:/example.com
+
+[http:/example.com title]
 !! result
 <p>http:/example.com
+</p><p>
+[http:/example.com title]
 </p>
 !! end