Make wfExpandUrl use wfRemoveDotSegments on the resulting path. This finishes
[lhc/web/wiklou.git] / tests / parser / parserTests.txt
index 3138422..d56726f 100644 (file)
@@ -1871,7 +1871,7 @@ Inline interwiki link with empty title (bug 2372)
 !! input
 [[MeatBall:]]
 !! result
-<p><a href="http://www.usemod.com/cgi-bin/mb.pl?" class="extiw" title="meatball:">MeatBall:</a>
+<p><a href="http://www.usemod.com/cgi-bin/mb.pl" class="extiw" title="meatball:">MeatBall:</a>
 </p>
 !! end