From b9280829efcb8c842b8e096e420117275cde1a45 Mon Sep 17 00:00:00 2001 From: "C. Scott Ananian" Date: Tue, 23 May 2017 13:28:10 -0400 Subject: [PATCH] Sync up with Parsoid parserTests.txt This now aligns with Parsoid commit ebac189004d6edc4801719a5802766113bc84beb Change-Id: I09bd3a72fd6210abc200bead2a16ad4106bcc6f9 --- tests/parser/parserTests.txt | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index 54a8c61985..69fee303ec 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -2311,7 +2311,7 @@ Entities inside
 
Foo →bar
!! html/parsoid -
Foo →bar
+
Foo →bar
!! end ## Don't expect this to rt, Parsoid drops the unmatched closing pre tags that @@ -5331,6 +5331,21 @@ parsoid=wt2html

{{echo|[[Foo}}

!! end +!! test +Wikilinks with embedded newlines are not broken +!! wikitext +{{echo|[[ Foo +B +C]]}} +!! html/php +

[[ Foo +B +C]] +

+!! html/parsoid +

[[ Foo B C]]

+!! end + !! test Broken templates !! options @@ -11218,7 +11233,7 @@ Don't abort table cell attribute parsing if wikilink is found in template arg |} !! html/parsoid - +
Test One two "three" four
Test One two "three" four
!! end @@ -19529,9 +19544,8 @@ Special:Search page linking. | is not a magic word here but | is still a magic word here

!! html/parsoid -

| is a magic word there and | is still a magic word here -| is not a magic word here but | is still a magic word here

- +

| is a magic word there and | is still a magic word here +| is not a magic word here but | is still a magic word here

!! end !! test @@ -25802,7 +25816,7 @@ Properly encapsulate empty-content transclusions in fosterable positions }} !! html/parsoid - +
!! end -- 2.20.1