mediawiki-extensions-Visual.../tests/parser/README
Antoine Musso 302e1519b3 add colors to visual editor parser testing
TODO: add an option to switch color scheme for light/dark backgrounds
2011-11-30 15:20:46 +00:00

13 lines
345 B
Plaintext

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
* html5
* jquery
* jsdom
* diff
* libxmljs (requires native compilation)
* webworker