From: Brion Vibber Date: Wed, 18 May 2005 08:53:55 +0000 (+0000) Subject: tweak test for 2095 X-Git-Tag: 1.5.0alpha2~160 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/modifier.php?a=commitdiff_plain;h=1822fd51a2a7ab51af72fc95c4fc390b7ad2f8cb;p=lhc%2Fweb%2Fwiklou.git tweak test for 2095 --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 246e5a9cc1..fb11ffb3c7 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -2294,9 +2294,18 @@ Attribute test: no value !! test Bug 2095: link with three closing brackets !! input -[[a link]]] +[[Main Page]]] !! result -

a link] ++

Main Page] +

+!! end + +!! test +Bug 2095: link with pipe and three closing brackets +!! input +[[Main Page|link]]] +!! result ++

link]

!! end