Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactored test framework to use YAML config files rather than INI. Fixes #333. | Waylan Limberg | 2014-08-20 | 1 | -50/+50 |
| | |||||
* | Skip a weird PHP test. | Waylan Limberg | 2014-04-20 | 1 | -0/+4 |
| | | | I can't make out what this PHP test is trying to accomplish. From my point of view, our output is fine. So we skip this test. | ||||
* | No longer skipping all tests from PHP test suite. We skip some because PHP ↵ | Waylan Limberg | 2011-10-06 | 1 | -1/+38 |
| | | | | differs from markdown.pl and we match markdown.pl. A few others are skipped because we have to adjust for a few edge cases. See comments in tests/php/test.cfg for details. | ||||
* | Run a few more pl tests. Some of them are failing but should be easily fixable. | Waylan Limberg | 2011-08-27 | 1 | -0/+4 |
| | |||||
* | Moved test dir back out of markdown lib. We don't need to install the tests ↵ | Waylan Limberg | 2010-02-12 | 1 | -0/+5 |
in everyones site-packages. We just need to distrubute them in the tarball for people to run before installing etc. |