https://bugzilla.wikimedia.org/show_bug.cgi?id=68649
--- Comment #2 from Nemo <[email protected]> --- Also affects a Cite test: 135) CiteParserTests::testParserTest with data set #7 ('<references> after <gallery> (bug 6164)', '<ref>one</ref> <gallery>Image:Foobar.jpg</gallery> <references/>', '<p><sup id="cite_ref-1" class="reference"><a href="#cite_note-1">[1]</a></sup> </p> <ul class="gallery mw-gallery-traditional"> <li class="gallerybox" style="width: 155px"><div style="width: 155px"> <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" /></a></div></div> <div class="gallerytext"> </div> </div></li> </ul> <ol class="references"> <li id="cite_note-1"><span class="mw-cite-backlink"><a href="#cite_ref-1">↑</a></span> <span class="reference-text">one</span> </li> </ol> ', '', '') <references> after <gallery> (bug 6164) Failed asserting that two strings are equal. --- Expected +++ Actual @@ @@ '<p><sup id="cite_ref-1" class="reference"><a href="#cite_note-1">[1]</a></sup> </p> <ul class="gallery mw-gallery-traditional"> <li class="gallerybox" style="width: 155px"><div style="width: 155px"> - <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" /></a></div></div> + <div class="thumb" style="width: 150px;"><div style="margin:68px auto;"><a href="/wiki/File:Foobar.jpg" class="image"><img alt="Foobar.jpg" src="http://example.com/images/thumb/3/3a/Foobar.jpg/120px-Foobar.jpg" width="120" height="14" data-file-width="1941" data-file-height="220" /></a></div></div> <div class="gallerytext"> </div> </div></li> </ul> <ol class="references"> <li id="cite_note-1"><span class="mw-cite-backlink"><a href="#cite_ref-1">↑</a></span> <span class="reference-text">one</span> </li> </ol> ' /srv/vagrant/mediawiki/tests/phpunit/includes/parser/NewParserTest.php:767 /srv/vagrant/mediawiki/tests/phpunit/MediaWikiTestCase.php:133 /srv/vagrant/mediawiki/tests/phpunit/MediaWikiPHPUnitCommand.php:42 /srv/vagrant/mediawiki/tests/phpunit/phpunit.php:160 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
