mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-13 18:37:07 +00:00
da732843f3
Document the current behavior of the modifier (which inserts the replies into the DOM tree), so that we can more easily see the effect of changes in I2a70db01e9a8916c5636bc59ea8490166966d5ec. Basically, add a reply to every comment, and dump the resulting HTML, comparing it to previously generated expected HTML (which can be checked visually). Have a look at the new HTML files. Notably, the very first section in the "pl" example demonstrates a case of wrong reply location due to list gap :) (T242822). Change-Id: I4aed0f0b112f53d98e3fe1da4d40db8687c7e537
6 lines
170 B
JavaScript
6 lines
170 B
JavaScript
// TODO: Is there a way to set this only for our tests, rather than globally?
|
|
QUnit.dump.maxDepth = 999;
|
|
|
|
require( './parser.test.js' );
|
|
require( './modifier.test.js' );
|