summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Wolter <swolter@google.com>2014-12-01 16:47:18 +0100
committerSteve Wolter <swolter@google.com>2014-12-01 16:47:18 +0100
commit4825466fefe0cfd6270baf8582b6674ebc7f21dd (patch)
tree10e0e53e70b78e4747d60f0509aeefded0fa032d
parentd2dde183ee5dff682616eacd0b976cef221e7221 (diff)
downloadrust-hoedown-4825466fefe0cfd6270baf8582b6674ebc7f21dd.tar.gz
Move test for formatting in table of contents to test/Tests directory.
MarkdownTest_1.0.3 directory is reserved for the standard tests from the original Markdown spec.
-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"]