mediawiki-extensions-Discus.../tests
Bartosz Dziewoński af082908a5 Improve merging multiple comments on one paragraph
The horrendous 11-line if() condition did not correctly handle
signatures wrapped in inline formatting markup, like <small>.

Instead, implement this logic in the code for skipping to the end
of a paragraph, which didn't exist yet when that condition was
added, but seems like a much better place to check this now.

Bug: T275934
Change-Id: I5cccff889b5e15b5f8fde0538bf4bccb22e762cf
2021-02-27 02:21:36 +01:00
..
cases Improve merging multiple comments on one paragraph 2021-02-27 02:21:36 +01:00
data Move Hooks to HookUtils 2021-02-01 22:35:11 +00:00
phpunit Make CommentUtilsTest a proper unit test 2021-02-02 15:37:17 +01:00
qunit Fix skipping to the end of paragraph, now it considers nested tags 2021-01-18 18:20:20 +00:00