diff options
Diffstat (limited to 'test-markdown.py')
-rwxr-xr-x | test-markdown.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-markdown.py b/test-markdown.py index bdbd8d6..3d89e3b 100755 --- a/test-markdown.py +++ b/test-markdown.py @@ -369,7 +369,7 @@ 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-footnotes") #testDirectory("tests/extensions-x-ext1-ext2") testDirectory("tests/safe_mode", measure_time=True, safe_mode="escape") testDirectory("tests/extensions-x-codehilite") |