<ins>/<del> elements can be phrasing or flow
authorArlo Breault <abreault@wikimedia.org>
Thu, 12 Jul 2018 18:31:04 +0000 (14:31 -0400)
committerArlo Breault <abreault@wikimedia.org>
Fri, 13 Jul 2018 15:28:10 +0000 (11:28 -0400)
commit5a7f860b7859146d006d09c29f542be835165870
tree459f63589a8e25fb82aca01062f3cdd0a603851b
parent93fc424fc151865eb16ec3d29fd3224724ee2f21
<ins>/<del> elements can be phrasing or flow

The changes to the parserTests.txt highlight the differing opinions that
doBlockLevels and Remex had on whether these should be paragraph wrapped.

Since the only time they wouldn't have been was when found on a line
with other flow tags, this likely isn't a behaviour that was depended on
in practice.  And, indeed, the task describes this as a bug.

A sampling of pages from an insource:/\<(ins|del)\>/ search on wiki bears
this out.

Bug: T17491
Change-Id: I311da777a63aa3c45013f2cfc090be35a022497e
includes/tidy/RemexCompatMunger.php
tests/parser/parserTests.txt