Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-06-17 | Added case for #59 to pathological_test.py. | John MacFarlane | |
2015-06-11 | pathological_tests: removed timeout stuff. | John MacFarlane | |
It breaks on Windows. | |||
2015-06-11 | Added another case to pathological tests. | John MacFarlane | |
"*a_ " * 20000 See jgm/commonmark#43. | |||
2015-06-11 | Added timetouts to pathological tests. | John MacFarlane | |
This way tests fail instead of just hanging. Currently we use a 1 sec timeout. Added a failing test from jgm/commonmark#43. | |||
2015-06-10 | Added more pathological tests. | John MacFarlane | |
Many link closers with no openers. Many link openers with no closers. Many emph openers with no closers. | |||
2015-06-10 | Added pathological test case for jgm/commonmark#43. | John MacFarlane | |
Many closers with no openers. | |||
2014-12-29 | Updated tests to use python3. | John MacFarlane | |
2014-12-27 | pathological_tests.py: limit to 65000 reps. | John MacFarlane | |
This is because some versions of python have a limit of N = 65535 in regex `{N}`. | |||
2014-12-27 | Added pathological tests for nulls in input and nested blockquotes. | John MacFarlane | |
2014-12-24 | Use python2 for man, test scripts. | John MacFarlane | |
Closes #251. | |||
2014-11-29 | Factored out cmark.py from test programs. | John MacFarlane | |
2014-11-29 | Moved testing programs to test/. | John MacFarlane | |
Added test/CMakeLists.txt. |