From: Brion Vibber Date: Thu, 23 Sep 2004 07:22:35 +0000 (+0000) Subject: Test inline interwiki link X-Git-Tag: 1.5.0alpha1~1850 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=00c1ff585a113f0ec0303e246557db7fb4859cea;p=lhc%2Fweb%2Fwiklou.git Test inline interwiki link --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index a7b9b222b6..c758319cbc 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -511,6 +511,21 @@ BUG 2: [[page|http://url/]] should link to page, not http://url/

!! end + +### +### Interwiki links +### + +!! test +Inline interwiki link +!! input +[[MeatBall:SoftSecurity]] +!! result +

MeatBall:SoftSecurity +

+!! end + + ## ## XHTML tidiness ###