mediawiki-extensions-Discus.../tests/qunit/data
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
..
enwiki-config.json Integration tests for parsing 2019-10-30 00:13:56 +01:00
enwiki-data.json Integration tests for parsing 2019-10-30 00:13:56 +01:00
nlwiki-config.json Ignore LRM and RLM before timezone indicator 2020-02-25 00:20:00 +00:00
nlwiki-data.json Ignore LRM and RLM before timezone indicator 2020-02-25 00:20:00 +00:00
plwiki-config.json Integration tests for parsing 2019-10-30 00:13:56 +01:00
plwiki-data.json Integration tests for parsing 2019-10-30 00:13:56 +01:00
README.txt Integration tests for parsing 2019-10-30 00:13:56 +01:00

Minimal overrides for DiscussionToolsHooks::getLocalData() and mw.config
required for us to be able to parse HTML generated by the given wiki.