Cscott has uploaded a new change for review. https://gerrit.wikimedia.org/r/66314
Change subject: Add three newly-failing tests to selser blacklist. ...................................................................... Add three newly-failing tests to selser blacklist. Don't know where these came from, but these failing selser items are causing jenkins to pitch a fit. Let's get jenkins unblocked, and then we can start looking at fixing the selser tests. Change-Id: I7aad8b19b21fd83b71a008765d8d68c5738e006d --- M js/tests/parserTests-blacklist.js 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid refs/changes/14/66314/1 diff --git a/js/tests/parserTests-blacklist.js b/js/tests/parserTests-blacklist.js index bc425ce..e46fd49 100644 --- a/js/tests/parserTests-blacklist.js +++ b/js/tests/parserTests-blacklist.js @@ -2649,6 +2649,9 @@ add("selser", "Image with multiple captions -- only last one is accepted [[[4]]]"); add("selser", "Image with multiple captions -- only last one is accepted [[2]]"); add("selser", "Image with multiple captions -- only last one is accepted [[[1]]]"); +add("selser", "Image caption containing another image [[3,4,3],3,[0,4,0]]"); +add("selser", "Image caption containing another image [[3,0]]"); +add("selser", "Image caption containing another image [[3,1,4],0]"); add("selser", "BUG 561: {{/Subpage}} [[0]]"); add("selser", "BUG 561: {{/Subpage}} [2]"); add("selser", "BUG 561: {{/Subpage}} [4]"); -- To view, visit https://gerrit.wikimedia.org/r/66314 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I7aad8b19b21fd83b71a008765d8d68c5738e006d Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: Cscott <wikime...@cscott.net> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits