Age | Commit message (Expand) | Author |
2015-06-15 | Updated spec.txt. | John MacFarlane |
2015-06-13 | Updated spec.txt. | John MacFarlane |
2015-06-13 | Updated spec.txt. | John MacFarlane |
2015-06-11 | pathological_tests: removed timeout stuff. | John MacFarlane |
2015-06-11 | Added another case to pathological tests. | John MacFarlane |
2015-06-11 | Added timetouts to pathological tests. | John MacFarlane |
2015-06-10 | Added more pathological tests. | John MacFarlane |
2015-06-10 | Added pathological test case for jgm/commonmark#43. | John MacFarlane |
2015-06-09 | Updated spec. | John MacFarlane |
2015-06-08 | Updated spec. | John MacFarlane |
2015-06-06 | Updated spec. | John MacFarlane |
2015-06-04 | Updated spec. | John MacFarlane |
2015-06-04 | Updated spec. | John MacFarlane |
2015-06-04 | Updated spec.txt. | John MacFarlane |
2015-06-03 | Revert "Hacks to spec_tests.py to test CRLF support." | John MacFarlane |
2015-06-03 | Merge branch 'master' of https://github.com/btrask/cmark into btrask-master | John MacFarlane |
2015-06-03 | Updated spec. | John MacFarlane |
2015-06-03 | Updated spec.txt. | John MacFarlane |
2015-04-29 | Updated spec.txt. | John MacFarlane |
2015-04-28 | Updated spec. | John MacFarlane |
2015-04-27 | Updated spec.txt. | John MacFarlane |
2015-04-26 | Use os.path.join in test/cmark.py. | John MacFarlane |
2015-04-18 | Added to afl_dictionary. | John MacFarlane |
2015-04-18 | Added test/afl_dictionary. | John MacFarlane |
2015-04-07 | Hacks to spec_tests.py to test CRLF support. | Ben Trask |
2015-03-29 | Fixed roundtrip.sh. | John MacFarlane |
2015-03-29 | Updated cmark path in roundtrip.sh. | John MacFarlane |
2015-03-26 | Added shell script for round-trip spec test. | John MacFarlane |
2015-03-21 | test/cmark.py: set default options for markdown_to_html. | John MacFarlane |
2015-03-03 | Updated spec in test. | John MacFarlane |
2015-02-23 | Add Makefile target to fuzz with AFL | Nick Wellnhofer |
2015-02-16 | Added more --smart test cases. | John MacFarlane |
2015-02-16 | Properly handle " with no matching close quote with --smart. | John MacFarlane |
2015-02-15 | Moved handling of --smart from renderer to parser. | John MacFarlane |
2015-02-14 | Added smart.c, smart.h with function abstracting smart punct rendering. | John MacFarlane |
2015-02-14 | Added test for --smart option. | John MacFarlane |
2015-02-13 | Updated test/spec.txt. | John MacFarlane |
2015-01-31 | Updated spec.txt from CommonMark repo. | John MacFarlane |
2015-01-24 | Moved spec.txt to test/ directory. | 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 |