mediawiki-extensions-Discus.../tests/qunit
Bartosz Dziewoński e9c401e3aa Ignore LRM and RLM before timezone indicator
They are not generated by MediaWiki, but they often appear when users
sign others' unsigned comments by copy-pasting the timestamp from the
history page.

Add test config data for nlwiki, exported by running this in the
browser console:

  copy(
    JSON.stringify( { wgArticlePath, wgNamespaceIds, wgFormattedNamespaces }, null, 2 ) + '\n' +
    JSON.stringify( mw.loader.moduleRegistry['ext.discussionTools.parser'].packageExports['data.json'], null, 2 )
  );

Bug: T245784
Change-Id: Icbcdc5a028e9ce2cb09173f87769e525ec3082fc
2020-02-25 00:20:00 +00:00
..
cases Ignore LRM and RLM before timezone indicator 2020-02-25 00:20:00 +00:00
data Ignore LRM and RLM before timezone indicator 2020-02-25 00:20:00 +00:00
index.js Integration tests for the modifier 2020-01-22 00:58:06 +01:00
modifier.test.js Rearrange test cases 2020-02-25 00:19:30 +00:00
parser.test.js Ignore LRM and RLM before timezone indicator 2020-02-25 00:20:00 +00:00
utils.js Integration tests for parsing 2019-10-30 00:13:56 +01:00