From: C. Scott Ananian Date: Tue, 9 Jul 2013 20:41:52 +0000 (-0400) Subject: Replace newlines in parsoid-only parserTests. X-Git-Tag: 1.31.0-rc.0~19228^2 X-Git-Url: http://git.cyclocoop.org/%22%20.%20generer_url_aide%28?a=commitdiff_plain;h=62b96c065ece59ed2f3f172c986e666fb0132b51;p=lhc%2Fweb%2Fwiklou.git Replace newlines in parsoid-only parserTests. These were (inadvertently?) removed in change Id27555c6dee250eafeefa97ae8927438fd65b8d7 Change-Id: I77c92896086f0fefbdbafe3a17385517ba2c4c38 --- diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index ce5e9f80f8..f873b4a00e 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -4792,6 +4792,7 @@ parsoid !! result !! end + ## ## XHTML tidiness ### @@ -8110,6 +8111,7 @@ SVG thumbnails with invalid language code
lang=invalid.language.code
!! end + !! test BUG 1887: A ISBN with a thumbnail !! input @@ -8497,6 +8499,7 @@ parsoid # #

+ ### ### Subpages ### @@ -8784,6 +8787,7 @@ parsoid !! end + ### ### Inter-language links ### @@ -14442,6 +14446,7 @@ HttP://MediaWiki.Org/

!! end + ### ### Parsoids-specific tests ### Parsoid-PHP parser incompatibilities @@ -14869,10 +14874,15 @@ Headings: 1. Nested inside html parsoid !! input ==foo== + ===foo=== + ====foo==== + =====foo===== + ======foo====== + =======foo======= !! result

=foo=

@@ -14890,8 +14900,10 @@ parsoid !! input =foo= *bar + =foo= =bar + =foo= =bar= !! result @@ -14916,12 +14928,19 @@ Headings: 4a. No escaping needed (testing just h1 and h2) parsoid !! input ==foo= + =foo== + = =foo= = + ==foo= bar= + ===foo== + ==foo=== + =''=''foo== + === !! result

=foo

@@ -14955,10 +14974,15 @@ Headings: 5. Empty headings parsoid !! input == + ==== + ====== + ======== + ========== + ============ !! result