aboutsummaryrefslogtreecommitdiffstats
path: root/test-markdown.py
diff options
context:
space:
mode:
authorArtem Yunusov <nedrlab@gmail.com>2008-08-04 22:38:43 +0500
committerArtem Yunusov <nedrlab@gmail.com>2008-08-04 22:38:43 +0500
commit2373a070d42d6b1910da5ca466ebeb0003dcb10e (patch)
tree6e3c239f29270d68d794063bf213b442df7c5dbe /test-markdown.py
parent3f9ea693d71d24ad272000dfaaea5b886b18f68f (diff)
downloadmarkdown-2373a070d42d6b1910da5ca466ebeb0003dcb10e.tar.gz
markdown-2373a070d42d6b1910da5ca466ebeb0003dcb10e.tar.bz2
markdown-2373a070d42d6b1910da5ca466ebeb0003dcb10e.zip
Added reset methods for InlineStash and HtmlStash. Some cleanups and comments modifications.
Diffstat (limited to 'test-markdown.py')
-rw-r--r--test-markdown.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-markdown.py b/test-markdown.py
index 3ada7dd..041523d 100644
--- a/test-markdown.py
+++ b/test-markdown.py
@@ -358,9 +358,9 @@ markdown = __import__(MARKDOWN_FILE)
testDirectory("tests/markdown-test", measure_time=True)
testDirectory("tests/misc", measure_time=True)
+
testDirectory("tests/extensions-x-tables")
#testDirectory("tests/extensions-x-footnotes")
-#testDirectory("tests/extensions-x-tables")
#testDirectory("tests/extensions-x-ext1-ext2")
testDirectory("tests/safe_mode", measure_time=True, safe_mode="escape")
#testDirectory("tests/extensions-x-codehilite")