GWicke has uploaded a new change for review.
https://gerrit.wikimedia.org/r/82565
Change subject: Trivial code change to force code update in rt testing
......................................................................
Trivial code change to force code update in rt testing
node_modules in round-trip testing was out of date, which caused a lot of
apparent regressions. This trivial patch is mainly used to update rt testing.
* Update comment in parserTests.txt, and remove unnecessary self-executing
function wrapper.
Change-Id: I8f251bdcc2a9928d32c63e0098315e1cfbc36664
---
M js/tests/parserTests.js
1 file changed, 2 insertions(+), 7 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Parsoid
refs/changes/65/82565/1
diff --git a/js/tests/parserTests.js b/js/tests/parserTests.js
index 0a84abd..a93dbd2 100755
--- a/js/tests/parserTests.js
+++ b/js/tests/parserTests.js
@@ -1,12 +1,9 @@
#!/usr/bin/env node
/*
- * Initial parser tests runner for experimental JS parser
+ * Parsoid tests runner
*
- * This pulls all the parserTests.txt items and runs them through the JS
- * parser and JS HTML renderer.
+ * This pulls all the parserTests.txt items and runs them through Parsoid.
*/
-
-(function() {
/**
* @class ParserTestModule
@@ -1897,5 +1894,3 @@
}
ptests.main( popts );
-
-} )();
--
To view, visit https://gerrit.wikimedia.org/r/82565
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8f251bdcc2a9928d32c63e0098315e1cfbc36664
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Parsoid
Gerrit-Branch: master
Gerrit-Owner: GWicke <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits