summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-06-06Updated spec.John MacFarlane
2015-06-04Updated spec.John MacFarlane
2015-06-04Updated spec.John MacFarlane
2015-06-04Updated spec.txt.John MacFarlane
2015-06-03Revert "Hacks to spec_tests.py to test CRLF support."John MacFarlane
2015-06-03Merge branch 'master' of https://github.com/btrask/cmark into btrask-masterJohn MacFarlane
2015-06-03Updated spec.John MacFarlane
2015-06-03Updated spec.txt.John MacFarlane
2015-04-29Updated spec.txt.John MacFarlane
2015-04-28Updated spec.John MacFarlane
2015-04-27Updated spec.txt.John MacFarlane
2015-04-26Use os.path.join in test/cmark.py.John MacFarlane
2015-04-18Added to afl_dictionary.John MacFarlane
2015-04-18Added test/afl_dictionary.John MacFarlane
2015-04-07Hacks to spec_tests.py to test CRLF support.Ben Trask
2015-03-29Fixed roundtrip.sh.John MacFarlane
2015-03-29Updated cmark path in roundtrip.sh.John MacFarlane
2015-03-26Added shell script for round-trip spec test.John MacFarlane
2015-03-21test/cmark.py: set default options for markdown_to_html.John MacFarlane
2015-03-03Updated spec in test.John MacFarlane
2015-02-23Add Makefile target to fuzz with AFLNick Wellnhofer
2015-02-16Added more --smart test cases.John MacFarlane
2015-02-16Properly handle " with no matching close quote with --smart.John MacFarlane
2015-02-15Moved handling of --smart from renderer to parser.John MacFarlane
2015-02-14Added smart.c, smart.h with function abstracting smart punct rendering.John MacFarlane
2015-02-14Added test for --smart option.John MacFarlane
2015-02-13Updated test/spec.txt.John MacFarlane
2015-01-31Updated spec.txt from CommonMark repo.John MacFarlane
2015-01-24Moved spec.txt to test/ directory.John MacFarlane
2015-01-11Run the spec tests only if python3 is found.John MacFarlane
2014-12-31Fix spec tests on WindowsNick Wellnhofer
2014-12-31Fix API test on WindowsNick Wellnhofer
2014-12-29Updated tests to use python3.John MacFarlane
2014-12-27pathological_tests.py: limit to 65000 reps.John MacFarlane
2014-12-27Added pathological tests for nulls in input and nested blockquotes.John MacFarlane
2014-12-26Use python, not python2, as name of python interpreter.John MacFarlane
2014-12-24Use python2 for man, test scripts.John MacFarlane
2014-12-23Made spec_tests.py more DRY.John MacFarlane
2014-12-22Added HTML normalization tests to test/CMakeLists.txt.John MacFarlane
2014-12-22Fixed normalization bug, added more doctests for normalization.John MacFarlane
2014-12-22spec_tests.py: make --dump-tests sensitive to --pattern, --number.John MacFarlane
2014-12-22Merge pull request #248 from cirosantilli/short-optionsJohn MacFarlane
2014-12-22Merge pull request #247 from cirosantilli/run-single-test-by-numberJohn MacFarlane
2014-12-22Slight improvement to #250.John MacFarlane
2014-12-21Don't raise exception on invalid UTF-8 outputCiro Santilli
2014-12-21spec_tests add short options for common parametersCiro Santilli
2014-12-21Add --number option to run a single test by its idCiro Santilli
2014-12-19Added a few more doctests for HTML normalization (#245).John MacFarlane
2014-12-19Fixed whitespace normalization (#245).John MacFarlane
2014-12-19Expose failure to normalize whitespacesCiro Santilli