Test inline interwiki link
authorBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Sep 2004 07:22:35 +0000 (07:22 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Thu, 23 Sep 2004 07:22:35 +0000 (07:22 +0000)
maintenance/parserTests.txt

index a7b9b22..c758319 100644 (file)
@@ -511,6 +511,21 @@ BUG 2: [[page|http://url/]] should link to page, not http://url/
 </p>
 !! end
 
+
+###
+### Interwiki links
+###
+
+!! test
+Inline interwiki link
+!! input
+[[MeatBall:SoftSecurity]]
+!! result
+<p><a href="http://www.usemod.com/cgi-bin/mb.pl?SoftSecurity" class='extiw'>MeatBall:SoftSecurity</a>
+</p>
+!! end
+
+
 ##
 ## XHTML tidiness
 ###