mediawiki-extensions-Visual.../tests/parser/README

14 lines
380 B
Plaintext
Raw Normal View History

Work in progress. :)
Batch-testing tools loading the parsing code into node.js, and going through a MediaWiki XML export dump to run round-trip tests over it. Currently not much will succeed as there's bad handling of newlines. ;)
Need npm modules:
* colors
2011-11-28 11:40:14 +00:00
* html5
* jquery
2011-11-28 11:40:14 +00:00
* jsdom
* diff
* libxmljs (requires native compilation)
* optimist (for argument handling)
* webworker