From 4825466fefe0cfd6270baf8582b6674ebc7f21dd Mon Sep 17 00:00:00 2001 From: Steve Wolter Date: Mon, 1 Dec 2014 16:47:18 +0100 Subject: 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. --- .../Tests/Formatting in Table of Contents.html | 15 --------------- .../Tests/Formatting in Table of Contents.text | 5 ----- test/Tests/Formatting in Table of Contents.html | 15 +++++++++++++++ test/Tests/Formatting in Table of Contents.text | 5 +++++ test/config.json | 10 +++++----- 5 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.html delete mode 100644 test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.text create mode 100644 test/Tests/Formatting in Table of Contents.html create mode 100644 test/Tests/Formatting in Table of Contents.text (limited to 'test') diff --git a/test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.html b/test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.html deleted file mode 100644 index 8e7be95..0000000 --- a/test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.html +++ /dev/null @@ -1,15 +0,0 @@ - diff --git a/test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.text b/test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.text deleted file mode 100644 index b95fbaa..0000000 --- a/test/MarkdownTest_1.0.3/Tests/Formatting in Table of Contents.text +++ /dev/null @@ -1,5 +0,0 @@ -# Header with special & characters - -## With `Code` - -### With *Emphasis* diff --git a/test/Tests/Formatting in Table of Contents.html b/test/Tests/Formatting in Table of Contents.html new file mode 100644 index 0000000..8e7be95 --- /dev/null +++ b/test/Tests/Formatting in Table of Contents.html @@ -0,0 +1,15 @@ + diff --git a/test/Tests/Formatting in Table of Contents.text b/test/Tests/Formatting in Table of Contents.text new file mode 100644 index 0000000..b95fbaa --- /dev/null +++ b/test/Tests/Formatting in Table of Contents.text @@ -0,0 +1,5 @@ +# Header with special & characters + +## With `Code` + +### With *Emphasis* diff --git a/test/config.json b/test/config.json index 3580686..b6ecb55 100644 --- a/test/config.json +++ b/test/config.json @@ -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", -- cgit v1.2.1