diff options
author | Waylan Limberg <waylan@gmail.com> | 2008-08-22 14:35:01 -0400 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2008-08-22 14:35:01 -0400 |
commit | 9534b4c639232d2c681bd40b25e531a14b3cc5be (patch) | |
tree | 7d9d0730441a8c8a72720610bd5005f91ec08084 | |
parent | 476eec8bab4d46e0a525c16954e18a5a1245dc1f (diff) | |
download | markdown-9534b4c639232d2c681bd40b25e531a14b3cc5be.tar.gz markdown-9534b4c639232d2c681bd40b25e531a14b3cc5be.tar.bz2 markdown-9534b4c639232d2c681bd40b25e531a14b3cc5be.zip |
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.
-rw-r--r-- | test-markdown.py | 3 |
1 files changed, 2 insertions, 1 deletions
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") |