summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix rendering in table with empty cellsTzu-ping Chung2015-05-163-0/+92
* allow the HOEDOWN_EXT_UNDERLINE to workJorge Israel Peña2015-01-303-0/+7
* Move test for formatting in table of contents to test/Tests directory.Steve Wolter2014-12-013-5/+5
* Fix issue #125: Don't escape HTML tags in tables of contents.Steve Wolter2014-12-013-0/+25
* Make tests work on WindowsTzu-ping Chung2014-10-221-6/+5
* Modify tests accordinglyXavier Mendez2014-09-142-8/+8
* CleanupTzu-ping Chung2014-09-091-3/+0
* Add "fail" flag for expected failureTzu-ping Chung2014-09-091-0/+2
* Make test script Python 3-compatibleTzu-ping Chung2014-09-091-4/+20
* CleanupTzu-ping Chung2014-09-091-2/+4
* Use difflib to make error friendlyTzu-ping Chung2014-09-091-9/+5
* Enable escape character testTzu-ping Chung2014-09-091-2/+1
* Add math test (modified) and tweak runnerTzu-ping Chung2014-09-094-4/+72
* New Python implemented test scriptTzu-ping Chung2014-09-095-50/+191
* Fix escaping in char_link and add testsTzu-ping Chung2014-08-102-2/+18
* Fix incorrect file nameTzu-ping Chung2014-08-101-0/+0
* Add test cases for escape charactersTzu-ping Chung2014-08-102-0/+86
* Set permissions of named pipes created by the test runner to 0600Craig Barnes2014-01-241-1/+1
* Make test runner clean up named pipes, even on early/forced terminationCraig Barnes2014-01-231-0/+1
* Use mktemp(1) to generate temporary filenames used by the test runnerCraig Barnes2014-01-231-4/+12
* Return non-zero exit code from test runner if any tests failCraig Barnes2014-01-231-0/+1
* Fix portability issues in test runner scriptCraig Barnes2014-01-232-34/+40
* Add Bash test runnerCraig Barnes2014-01-231-0/+34
* Exit 1 if tests fail for TravisDevin Torres2013-09-201-0/+1
* Import the official Markdown 1.0.3 test suiteDevin Torres2013-09-1845-0/+3905