summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/Tests/Formatting in Table of Contents.html (renamed from test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.html)0
-rw-r--r--test/Tests/Formatting in Table of Contents.text (renamed from test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.text)0
-rw-r--r--test/config.json10
3 files changed, 5 insertions, 5 deletions
diff --git a/test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.html b/test/Tests/Formatting in Table of Contents.html
index 8e7be95..8e7be95 100644
--- a/test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.html
+++ b/test/Tests/Formatting in Table of Contents.html
diff --git a/test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.text b/test/Tests/Formatting in Table of Contents.text
index b95fbaa..b95fbaa 100644
--- a/test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.text
+++ b/test/Tests/Formatting in Table of Contents.text
diff --git a/test/config.json b/test/config.json
index 3580686..b6ecb55 100644
--- a/test/config.json
+++ b/test/config.json
@@ -25,11 +25,6 @@
"output": "MarkdownTest_1.0.3/Tests/Code Spans.html"
},
{
- "input": "MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.text",
- "output": "MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.html",
- "flags": ["--html-toc", "-t", "3"]
- },
- {
"input": "MarkdownTest_1.0.3/Tests/Hard-wrapped paragraphs with list-like lines.text",
"output": "MarkdownTest_1.0.3/Tests/Hard-wrapped paragraphs with list-like lines.html"
},
@@ -98,6 +93,11 @@
"output": "Tests/Escape character.html"
},
{
+ "input": "Tests/Formatting in Table of Contents.text",
+ "output": "Tests/Formatting in Table of Contents.html",
+ "flags": ["--html-toc", "-t", "3"]
+ },
+ {
"input": "Tests/Math.text",
"output": "Tests/Math.html",
"flags": ["--math"]