Age | Commit message (Expand) | Author |
2015-07-10 | Fixed small bug in spec test runner. | John MacFarlane |
2015-07-08 | spec_test.py: write to stdout instead of using 'print' throughout. | John MacFarlane |
2015-07-07 | Ported `test/cmark.py` fixes from jgm/cmark. | John MacFarlane |
2015-07-04 | spec_tests.py: force utf-8 on test failure output. | John MacFarlane |
2015-07-03 | Force utf-8 output for `spec_test.py --dump-tests`. | John MacFarlane |
2015-07-03 | spec_tests.py: Properly handle visible tab → in test expected output. | John MacFarlane |
2015-06-11 | normalize.py: Don't collapse whitespace in pre tag. | John MacFarlane |
2015-01-24 | Added spec tests. | John MacFarlane |
2015-01-24 | Removed implementation-specific material from repository. | John MacFarlane |
2015-01-11 | Run the spec tests only if python3 is found. | John MacFarlane |
2014-12-31 | Fix spec tests on Windows | Nick Wellnhofer |
2014-12-31 | Fix API test on Windows | Nick Wellnhofer |
2014-12-29 | Updated tests to use python3. | John MacFarlane |
2014-12-27 | pathological_tests.py: limit to 65000 reps. | John MacFarlane |
2014-12-27 | Added pathological tests for nulls in input and nested blockquotes. | John MacFarlane |
2014-12-26 | Use python, not python2, as name of python interpreter. | John MacFarlane |
2014-12-24 | Use python2 for man, test scripts. | John MacFarlane |
2014-12-23 | Made spec_tests.py more DRY. | John MacFarlane |
2014-12-22 | Added HTML normalization tests to test/CMakeLists.txt. | John MacFarlane |
2014-12-22 | Fixed normalization bug, added more doctests for normalization. | John MacFarlane |
2014-12-22 | spec_tests.py: make --dump-tests sensitive to --pattern, --number. | John MacFarlane |
2014-12-22 | Merge pull request #248 from cirosantilli/short-options | John MacFarlane |
2014-12-22 | Merge pull request #247 from cirosantilli/run-single-test-by-number | John MacFarlane |
2014-12-22 | Slight improvement to #250. | John MacFarlane |
2014-12-21 | Don't raise exception on invalid UTF-8 output | Ciro Santilli |
2014-12-21 | spec_tests add short options for common parameters | Ciro Santilli |
2014-12-21 | Add --number option to run a single test by its id | Ciro Santilli |
2014-12-19 | Added a few more doctests for HTML normalization (#245). | John MacFarlane |
2014-12-19 | Fixed whitespace normalization (#245). | John MacFarlane |
2014-12-19 | Expose failure to normalize whitespaces | Ciro Santilli |
2014-12-01 | make the diff output work | Carsten Brandt |
2014-12-01 | fixed python script | Carsten Brandt |
2014-11-29 | More code cleanup in spec_tests.py. | John MacFarlane |
2014-11-29 | Reorganized code in spec_tests.py. | John MacFarlane |
2014-11-29 | test: Factored out normalization code into normalize.py. | John MacFarlane |
2014-11-29 | spec_tests.py: if dump_args, don't try to load dynamic library. | John MacFarlane |
2014-11-29 | Factored out cmark.py from test programs. | John MacFarlane |
2014-11-29 | Moved testing programs to test/. | John MacFarlane |