From: Gabriel Wicke Date: Tue, 13 Nov 2012 21:43:43 +0000 (-0800) Subject: Add a test covering template targets containing wiki links X-Git-Tag: 1.31.0-rc.0~21649 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/supprimer.php?a=commitdiff_plain;h=1c8b2766c7397877488a5ac615a94224eb5305c1;p=lhc%2Fweb%2Fwiklou.git Add a test covering template targets containing wiki links Change-Id: I0db7b0387dde5a9b450af486a66f451377de1d7e --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 4690e1a88e..a98e5844b2 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -4557,6 +4557,20 @@ BUG 41: Template parameters shown as broken links

!! end +!! test +Template with targets containing wikilinks +!! input +{{[[foo]]}} + +{{[[{{echo|foo}}]]}} + +{{{{echo|[[foo}}]]}} +!! result +

{{foo}} +

{{foo}} +

{{[[foo}}]] +

+!! end !! article Template:MSGNW test