Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-25 | Don't open shared library if --dump-tests or --debug-normalization. | John MacFarlane | |
2014-11-23 | runtests.py: Added --dump-tests option to dump tests as JSON. | John MacFarlane | |
2014-11-21 | Added a needed parameter in runtests.py. | John MacFarlane | |
2014-11-20 | runtests.py: Fixed normalization of declarations and CDATA. | John MacFarlane | |
If the input contains CDATA, we break it out and pass it through verbatim, without sending it through HTMLParser, which breaks on CDATA. Improves on #161. | |||
2014-11-20 | runtests.py: catch HTMLParser errors in normalizer. | John MacFarlane | |
2014-11-19 | runtests.py: Added --no-normalize option. | John MacFarlane | |
This disables all normalization. Note that the spec tests don't currently pass w/o normalization! | |||
2014-11-19 | Renamed --test-normalization to --debug-normalization | John MacFarlane | |
2014-11-19 | Further runtests.py improvements. | John MacFarlane | |
Better handling of br. Distinguish between a case where there's space on the next line and one where there isn't. Added --test-normalization flag to test normalization feature. | |||
2014-11-19 | Improved normalization in runtests.py. | John MacFarlane | |
Closes #161. | |||
2014-11-18 | Added python version of test runner. | John MacFarlane | |
This tests the dynamic library when run without a second argument. The code makes use of an amended version of the normalization method from karlcow/markdown-testsuite. Closes #161. |