X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=tests%2Fparser%2FparserTests.txt;h=1204dbd7153c73e9a1b654ea0c70bc5277745a73;hb=d3abee55b4c86acac3bd9f54fdf768d45583a0fd;hp=0aa0e033c40990ea38fa0f446c7505d1982b9d78;hpb=72bd7a4decb46653dc7acbf22ac01bceee275a4e;p=lhc%2Fweb%2Fwiklou.git diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 0aa0e033c4..1204dbd715 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -16180,11 +16180,9 @@ parsoid=wt2html,html2html Foo !! end -# NOTE that Parsoid does not currently implement this special case -# (T175416). The plan is to remove this weird special-case in the PHP -# parser to make it match the Parsoid output. +# Note that Parsoid differs slightly from PHP due to T175421 !! test -11. Special case where only newlines separate links +11. Special case where only newlines separate links (T175416) !! options parsoid=wt2html,html2html !! wikitext @@ -16194,7 +16192,9 @@ parsoid=wt2html,html2html [[Foo]] !! html/php -

FooFoo +


+Foo +

Foo

!! html/parsoid @@ -29536,3 +29536,17 @@ wgFragmentMode=[ 'html5' ]

#啤酒 #啤酒

!! end + +!! test +T90902: Normalize weird characters in section IDs +!! config +wgFragmentMode=[ 'html5', 'legacy' ] +!! wikitext +== Foo bar == +[[#Foo bar]] + +!! html/php +

Foo bar[edit]

+

#Foo bar +

+!! end