From 00c1ff585a113f0ec0303e246557db7fb4859cea Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Thu, 23 Sep 2004 07:22:35 +0000 Subject: [PATCH] Test inline interwiki link --- maintenance/parserTests.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 ### -- 2.20.1