From 9534b4c639232d2c681bd40b25e531a14b3cc5be Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 22 Aug 2008 14:35:01 -0400 Subject: We should be running all the available extension tests. Enabled now - except for footnotes as the random links to the footnotes are never the same so it will never pass. --- test-markdown.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-markdown.py b/test-markdown.py index 041523d..3ccda05 100644 --- a/test-markdown.py +++ b/test-markdown.py @@ -363,5 +363,6 @@ testDirectory("tests/extensions-x-tables") #testDirectory("tests/extensions-x-footnotes") #testDirectory("tests/extensions-x-ext1-ext2") testDirectory("tests/safe_mode", measure_time=True, safe_mode="escape") -#testDirectory("tests/extensions-x-codehilite") +testDirectory("tests/extensions-x-codehilite") +testDirectory("tests/extensions-x-wikilink") -- cgit v1.2.3