https://bugzilla.wikimedia.org/show_bug.cgi?id=38987
--- Comment #4 from Sam Reed (reedy) <[email protected]> 2012-08-02 20:49:16 UTC --- (In reply to comment #3) > Yes it has, and it was merged. Tests are passing on current stable > mediawiki/core master HEAD. They're not on my dev wiki (hence opening this bug)... diff --git a/tests/qunit/suites/resources/mediawiki.api/mediawiki.api.parse.test.js b/tests/qunit/suites/resources/mediawiki.api/mediawiki.api.parse.test.js index 246b74a..f33edb0 100644 (file) --- a/tests/qunit/suites/resources/mediawiki.api/mediawiki.api.parse.test.js +++ b/tests/qunit/suites/resources/mediawiki.api/mediawiki.api.parse.test.js @@ -9,7 +9,7 @@ QUnit.asyncTest( 'Simple', function ( assert ) { api.parse( "'''Hello world'''" ) .done( function ( html ) { // Html also contains "NewPP report", so only check the first part - assert.equal( html.substr( 0, 26 ), '<p><b>Hello world</b>\n</p>', + assert.equal( html.substr( 0, 25 ), '<p><b>Hello world</b></p>', 'Wikitext to html parsing works.' ); -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
