mediawiki-extensions-Discus.../tests/qunit
Bartosz Dziewoński ff0386239f Only detect comments with real signatures
Consequences of this are visible in the test cases:

* (en) Tech News posts are not detected.
  Examples: "21:22, 1 July 2019 (UTC)", "21:42, 29 July 2019 (UTC)"

* (en) Comments by users who customize the timestamp are not detected.
  Examples: "10:49, 28 June 2019 (UTC)", "21:34, 14 July 2019 (UTC)"

* (en) Comments with signatures missing a username are not detected.
  This sometimes happens if a comment is accidentally signed with
  '~~~~~' (five tildes), which only inserts the timestamp.
  Examples: "17:17, 27 July 2019 (UTC)", "10:25, 29 July 2019 (UTC)"

* (pl) A lone timestamp at the beginning of a thread is not detected.
  It's not part of a post, it was added to aid automatic archiving.
  Example: "21:03, 18 paź 2018 (CET)"

Bug: T245692
Change-Id: I0767bb239a1800f2e538917b5995fc4f0fa4d043
2020-02-21 01:30:54 +01:00
..
data Integration tests for parsing 2019-10-30 00:13:56 +01:00
other Fix edit summary for comments in 0th section (no heading) 2020-02-21 00:44:42 +01:00
pages Only detect comments with real signatures 2020-02-21 01:30:54 +01:00
index.js Integration tests for the modifier 2020-01-22 00:58:06 +01:00
modifier.test.js Pick reply insertion point based on parser tree, not DOM tree 2020-01-23 21:13:12 +01:00
parser.test.js Handle comments before first section heading 2020-01-30 00:14:46 -08:00
utils.js Integration tests for parsing 2019-10-30 00:13:56 +01:00