aboutsummaryrefslogtreecommitdiffstats
path: root/test-markdown.py
diff options
context:
space:
mode:
Diffstat (limited to 'test-markdown.py')
-rw-r--r--test-markdown.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/test-markdown.py b/test-markdown.py
index c936464..3ada7dd 100644
--- a/test-markdown.py
+++ b/test-markdown.py
@@ -358,10 +358,10 @@ markdown = __import__(MARKDOWN_FILE)
testDirectory("tests/markdown-test", measure_time=True)
testDirectory("tests/misc", measure_time=True)
-testDirectory("tests/extensions-x-footnotes")
+testDirectory("tests/extensions-x-tables")
+#testDirectory("tests/extensions-x-footnotes")
#testDirectory("tests/extensions-x-tables")
-# testDirectory("tests/extensions-x-ext1-ext2")
+#testDirectory("tests/extensions-x-ext1-ext2")
testDirectory("tests/safe_mode", measure_time=True, safe_mode="escape")
+#testDirectory("tests/extensions-x-codehilite")
-#testDirectory("tests2/php-markdown-cases-new", measure_time=True)
-#testDirectory("tests2/tm-cases-new", measure_time=True)