From: Brion Vibber Date: Sat, 27 May 2006 00:03:30 +0000 (+0000) Subject: Correct parser test " inside link". It incorrectly thought it was okay to... X-Git-Tag: 1.31.0-rc.0~57014 X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=commitdiff_plain;h=e7e1ee240de7c8e21337f6640afebfe8a66fb04a;p=lhc%2Fweb%2Fwiklou.git Correct parser test " inside link". It incorrectly thought it was okay to have a nowiki section inside a link target; now shows the corrected behavior where that is rejected as a link. --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 234c5f40ac..6bc097d66a 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -1275,7 +1275,7 @@ title=[[Main Page]] !! input [[Main Page]] [[Main Page|the main page [it's not very good]]] !! result -

Main Page the main page [it's not very good] +

[[Main Page]] the main page [it's not very good]

!! end