Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added some inline pattenr tests. | Waylan Limberg | 2014-08-25 | 3 | -0/+5 |
| | | | | | | | | | markdown/inlinepatterns.py is now at 99% coverage. I have no idea why the two remaining lines are not not covered. I it not clear to me under what circumstances this two if statements would ever evaluate to True. I'm inclined to just remove them, but perhaps there is an edge case I'm missing. I'll take another look later. | ||||
* | Refactored test framework to use YAML config files rather than INI. Fixes #333. | Waylan Limberg | 2014-08-20 | 5 | -2/+17 |
| | |||||
* | Made lazy ordered lists a settable option. The previous behavior (on) is the ↵ | Waylan Limberg | 2011-04-29 | 3 | -0/+37 |
default. |