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.
This commit is contained in:
Steve Wolter 2014-12-01 16:47:18 +01:00
parent d2dde183ee
commit 4825466fef
3 changed files with 5 additions and 5 deletions

View file

@ -24,11 +24,6 @@
"input": "MarkdownTest_1.0.3/Tests/Code Spans.text",
"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"
@ -97,6 +92,11 @@
"input": "Tests/Escape character.text",
"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",