summaryrefslogtreecommitdiff
path: root/js/test.js
AgeCommit message (Expand)Author
2015-01-24Removed JS implementation, which is moving to its own repo:John MacFarlane
2015-01-17Renamed DocParser -> Parser.John MacFarlane
2015-01-15eslint fix.John MacFarlane
2015-01-14Fixed minor linter issues.John MacFarlane
2015-01-14Added pathological tests to test.js.John MacFarlane
2015-01-14Added (still commented-out) pathological tests to test.js.John MacFarlane
2015-01-12Fixed ANSI color 'reset' in js/test.js.John MacFarlane
2015-01-12Fixed some linter errors.John MacFarlane
2015-01-10Include a mini ansi implementation in test.js.John MacFarlane
2015-01-10Removed ansi from js source tree.John MacFarlane
2015-01-09Use linked list instead of arrays for AST.John MacFarlane
2014-12-10Fixed linter errors in js/bin/commonmark, js/test.js.John MacFarlane
2014-10-24Merge pull request #140 from arthur-peka/masterJohn MacFarlane
2014-10-24More stmd -> commonmark changes.John MacFarlane
2014-10-18Use browserify to make js code more modular.John MacFarlane
2014-09-26Changing variable names even for even greater readabilityArthur
2014-09-26Changing some variable names to more explicit ones to improve readabilityArthur
2014-09-05Restore indentation (minor)BurtHarris
2014-09-05Normalize line endings javascript spec test to make it platform independent.BurtHarris
2014-08-13Added ansi so we don't need to install anything to run testjs.John MacFarlane
2014-08-13Initial commitJohn MacFarlane