X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=tests%2Fparser%2FparserTests.txt;h=e6fa203419adaabb0749817cf87c371ab1b57c1b;hp=72ee550109ace80421838d2ffe2e96eb4086547a;hb=74426f3cf796b149f1ae445e41815bbe148640b2;hpb=7a16569a04d49d45d5f2dcaa903f0872e1357314 diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 72ee550109..e6fa203419 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -12633,6 +12633,19 @@ parsoid=wt2html

!! end +!! test +Preprocessor precedence 17: template w/o target shouldn't prevent closing +!! options +parsoid=wt2html +!! wikitext +{{echo|hi {{}}}} +!! html/php +

hi {{}} +

+!! html/parsoid +

hi {{}}

+!! end + ### ### Token Stream Patcher tests ### @@ -16578,7 +16591,7 @@ Section headings with TOC Some text ===Another headline=== !! html -

Contents

+

Contents