aboutsummaryrefslogtreecommitdiffstats
path: root/test-markdown.py
Commit message (Expand)AuthorAgeFilesLines
* We should be running all the available extension tests. Enabled now - except ...Waylan Limberg2008-08-221-1/+2
* Added reset methods for InlineStash and HtmlStash. Some cleanups and comments...Artem Yunusov2008-08-041-1/+1
* Bugfix for inline patterns. Tables extension ported to ElementTree.Artem Yunusov2008-08-041-4/+4
* Merge git://gitorious.org/python-markdown/mainlineArtem Yunusov2008-08-021-1/+2
|\
| * Adding extensions tests.Yuri Takhteyev2008-07-291-1/+2
* | ElementTree support added.Artem Yunusov2008-07-061-1/+1
* | Code blocks escaping bug fixed. Some test suite modifications.Artem Yunusov2008-07-031-1/+1
* | Test suite cleanup. README for markdown2 tests. Separation in two stages(mark...Artem2008-06-261-4/+4
* | first commitArtem2008-06-241-2/+5
|/
* create the test output directory if it doesn't already exist.Jeff Balogh2008-05-301-0/+3
* Whoops. "ht" -> "hd".Yuri Takhteyev2008-05-301-1/+1
* Making difflib.HtmlDiff optional for compatibility with python 2.3.Yuri Takhteyev2008-05-301-7/+11
* Added safe_mode to testing framework and soem tests.Waylan Limberg2008-03-191-4/+4
* fixed testing framework to actually use the extensions passed in and a few ot...Waylan Limberg2008-03-031-3/+4
* Allow repeated calls to md.convert to pass in an empty string. Also fixed tes...Waylan Limberg2007-11-031-2/+2
* Added a test scriptYuri Takhteyev2007-03-251-0/+355