From 20bdcc7620c34f55f1aa1ec55c6e19eee7a6cd3c Mon Sep 17 00:00:00 2001 From: Arlo Breault Date: Thu, 26 May 2016 19:48:01 -0700 Subject: [PATCH] Sync up with Parsoid parserTests. This now aligns with Parsoid commit b0d48342e0c540c17b2c073833d4a7ab147e2852 Change-Id: I9eb00fdc854eac7ddfc37520bd6b3cf8913db523 --- tests/parser/parserTests.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index c9e78876dc..523953c1d4 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -2269,9 +2269,11 @@ Entities inside
  inside of #tag:pre
 !! wikitext
 {{#tag:pre|Foo →bar}}
-!! html
+!! html/php
 
Foo →bar
+!! html/parsoid +
Foo →bar
!! end !! test @@ -2822,7 +2824,7 @@ parsoid !! wikitext {{echo|[{{fullurl:{{FULLPAGENAME}}|action=edit}} bar]}} !! html -

[Main Page bar]

+

[Main_Page bar]

!! end !! test @@ -7489,7 +7491,7 @@ Example for such a section: == < ==

#<#>

!! html/parsoid -

#<#>

+

#<#>

!! end !! test @@ -9940,7 +9942,7 @@ Parsoid: Page property magic word with magic word contents !! wikitext {{DISPLAYTITLE:''{{PAGENAME}}''}} !! html/parsoid - + !! end !! test -- 2.20.1