From 1822fd51a2a7ab51af72fc95c4fc390b7ad2f8cb Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Wed, 18 May 2005 08:53:55 +0000 Subject: [PATCH] tweak test for 2095 --- maintenance/parserTests.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) 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 -- 2.20.1