Subramanya Sastry has uploaded a new change for review. 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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid refs/changes/29/39829/1 -- To view, visit https://gerrit.wikimedia.org/r/39829 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I19943258763773d6eac7f7c9af1b97170c138bfb Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Parsoid Gerrit-Branch: master Gerrit-Owner: Subramanya Sastry <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
