jenkins-bot has submitted this change and it was merged. Change subject: Replace newlines in parsoid-only parserTests. ......................................................................
Replace newlines in parsoid-only parserTests. These were (inadvertently?) removed in change Id27555c6dee250eafeefa97ae8927438fd65b8d7 Change-Id: I77c92896086f0fefbdbafe3a17385517ba2c4c38 --- M tests/parser/parserTests.txt 1 file changed, 24 insertions(+), 0 deletions(-) Approvals: Cscott: Looks good to me, but someone else must approve Matmarex: Looks good to me, approved jenkins-bot: Verified diff --git a/tests/parser/parserTests.txt b/tests/parser/parserTests.txt index ce5e9f8..f873b4a 100644 --- a/tests/parser/parserTests.txt +++ b/tests/parser/parserTests.txt @@ -4792,6 +4792,7 @@ !! result <link rel="mw:PageProp/redirect" href="File:Wiki.png"> !! end + ## ## XHTML tidiness ### @@ -8110,6 +8111,7 @@ <div class="thumb tright"><div class="thumbinner" style="width:182px;"><a href="/wiki/File:Foobar.svg" class="image"><img alt="" src="http://example.com/images/thumb/f/ff/Foobar.svg/180px-Foobar.svg.png" width="180" height="180" class="thumbimage" srcset="http://example.com/images/thumb/f/ff/Foobar.svg/270px-Foobar.svg.png 1.5x, http://example.com/images/thumb/f/ff/Foobar.svg/360px-Foobar.svg.png 2x" /></a> <div class="thumbcaption"><div class="magnify"><a href="/wiki/File:Foobar.svg" class="internal" title="Enlarge"><img src="/skins/common/images/magnify-clip.png" width="15" height="11" alt="" /></a></div>lang=invalid.language.code</div></div></div> !! end + !! test BUG 1887: A ISBN with a thumbnail !! input @@ -8497,6 +8499,7 @@ #</span> #</p> + ### ### Subpages ### @@ -8784,6 +8787,7 @@ <link rel="mw:WikiLink/Category" href="Category:Foo"> <link rel="mw:WikiLink/Category" href="Category:Foo#Bar"> !! end + ### ### Inter-language links ### @@ -14442,6 +14446,7 @@ </p> !! end + ### ### Parsoids-specific tests ### Parsoid-PHP parser incompatibilities @@ -14869,10 +14874,15 @@ parsoid !! input =<nowiki>=foo=</nowiki>= + ==<nowiki>=foo=</nowiki>== + ===<nowiki>=foo=</nowiki>=== + ====<nowiki>=foo=</nowiki>==== + =====<nowiki>=foo=</nowiki>===== + ======<nowiki>=foo=</nowiki>====== !! result <h1><span typeof="mw:Nowiki">=foo=</span></h1> @@ -14890,8 +14900,10 @@ !! input =foo= <nowiki>*bar</nowiki> + =foo= =bar + =foo= <nowiki>=bar=</nowiki> !! result @@ -14916,12 +14928,19 @@ parsoid !! input ==foo= + =foo== + = =foo= = + ==foo= bar= + ===foo== + ==foo=== + =''=''foo== + =<nowiki>=</nowiki>= !! result <h1>=foo</h1> @@ -14955,10 +14974,15 @@ parsoid !! input =<nowiki/>= + ==<nowiki/>== + ===<nowiki/>=== + ====<nowiki/>==== + =====<nowiki/>===== + ======<nowiki/>====== !! result <h1></h1> -- To view, visit https://gerrit.wikimedia.org/r/72831 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I77c92896086f0fefbdbafe3a17385517ba2c4c38 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Cscott <[email protected]> Gerrit-Reviewer: Cscott <[email protected]> Gerrit-Reviewer: Matmarex <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
