index
:
cmark
master
My own fork of cmark for commonmark conversion
KatolaZ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
pathological_tests.py
Age
Commit message (
Expand
)
Author
2018-04-15
pathological_tests.py: make tests run faster.
John MacFarlane
2018-04-15
pathological_tests.py: added test for deeply nested lists.
John MacFarlane
2017-11-05
Fixed exit code for pathological tests.
John MacFarlane
2017-11-05
Add allowed failures to pathological_tests.py.
John MacFarlane
2017-11-05
Add timeout to pathological_tests.py.
John MacFarlane
2017-11-05
Refactored pathological_tests.py
John MacFarlane
2017-08-16
Add more pathological tests.
Martin Mitas
2017-01-03
Added pathological test for #178 (quadratic).
John MacFarlane
2016-11-26
Added pathological test for backticks.
John MacFarlane
2016-06-24
Updated spec and pathological tests for changes in strong/emph parsing.
John MacFarlane
2015-06-17
Added case for #59 to pathological_test.py.
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
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-24
Use python2 for man, test scripts.
John MacFarlane
2014-11-29
Factored out cmark.py from test programs.
John MacFarlane
2014-11-29
Moved testing programs to test/.
John MacFarlane