GWicke has submitted this change and it was merged. Change subject: Address false claim from 11ff51d -- really check for block tags! ......................................................................
Address false claim from 11ff51d -- really check for block tags! * 11ff51d attempted to 'Close open lists when an unbalanced closing block tag is seen' but in reality, closed it for any unbalanced tag. * Added the missing isBlockTag checks * Prevents behavior change on (test from prev. patch with div replaced by span) -- will now add new tests to parserTests. ------ <span> *a</span><span> *b</span> ------ Change-Id: I19943258763773d6eac7f7c9af1b97170c138bfb --- M js/lib/ext.core.ListHandler.js 1 file changed, 11 insertions(+), 5 deletions(-) Approvals: GWicke: Verified; Looks good to me, approved jenkins-bot: Checked -- To view, visit https://gerrit.wikimedia.org/r/39829 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I19943258763773d6eac7f7c9af1b97170c138bfb Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: Subramanya Sastry <[email protected]> Gerrit-Reviewer: GWicke <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
