X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=tests%2Fparser%2FparserTests.txt;h=9fe30291c9b7ed00eb045c079adc7e4a6101f8e0;hb=507024c9d08b4547708f231934be2901bf450a42;hp=a18e2193fd1275e7306e23ec8cb3ecfa0630e3b0;hpb=97c2bc99ea4f5d87b4e8a4cac8ccbc3ea637f237;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index a18e2193fd..9fe30291c9 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -2712,10 +2712,12 @@ Templates: Handle empty comment-and-ws-only lines correctly bar}} -!! html +!! html/php

foo bar

+!! html/parsoid +

foo bar

!! end !! test @@ -2731,7 +2733,13 @@ Templates: Handle comments in the target {{echo|foo}} {{echo|foo}} -!!html/parsoid +!! html/php +

foo +

foo +

foo +

foo +

+!! html/parsoid

foo

foo

@@ -2755,7 +2763,13 @@ Templates: Handle comments in parameter names (bug 67657) {{echo|1=foo}} {{echo|1=foo}} -!!html/parsoid +!! html/php +

foo +

foo +

foo +

foo +

+!! html/parsoid

foo

foo

@@ -2769,11 +2783,11 @@ Templates: Handle comments in parameter names (bug 67657) Templates: Other wikitext in parameter names (bug 67657) !! wikitext {{echo|''1''=foo}} -!!html/parsoid -

{{{1}}}

-!!html/php +!! html/php

{{{1}}}

+!! html/parsoid +

{{{1}}}

!!end #--------------------------------------------------------------------