summaryrefslogtreecommitdiff
path: root/test/config.json
diff options
context:
space:
mode:
authorBrian Anderson <andersrb@gmail.com>2015-09-21 12:41:18 -0700
committerBrian Anderson <andersrb@gmail.com>2015-09-21 12:41:18 -0700
commit49c64b3cb5999cad0118fa5cb0cc60f5fcc70493 (patch)
treedd136dcea4700b26582bcd950ccacf1f19c2dd86 /test/config.json
parent794d91b37020242446c53713c7ce0c09b33b5f0c (diff)
parentca4609d56a77378ef9cf6dd3caff3aec006ecce9 (diff)
downloadrust-hoedown-master.tar.gz
Merge pull request #4 from hoedown/masterHEADmaster
Upgrade hoedown to 3.0.5.
Diffstat (limited to 'test/config.json')
-rw-r--r--test/config.json116
1 files changed, 116 insertions, 0 deletions
diff --git a/test/config.json b/test/config.json
new file mode 100644
index 0000000..365c7bc
--- /dev/null
+++ b/test/config.json
@@ -0,0 +1,116 @@
+{
+ "tests": [
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Amps and angle encoding.text",
+ "output": "MarkdownTest_1.0.3/Tests/Amps and angle encoding.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Auto links.text",
+ "output": "MarkdownTest_1.0.3/Tests/Auto links.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Backslash escapes.text",
+ "output": "MarkdownTest_1.0.3/Tests/Backslash escapes.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Blockquotes with code blocks.text",
+ "output": "MarkdownTest_1.0.3/Tests/Blockquotes with code blocks.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Code Blocks.text",
+ "output": "MarkdownTest_1.0.3/Tests/Code Blocks.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Code Spans.text",
+ "output": "MarkdownTest_1.0.3/Tests/Code Spans.html"
+ },
+ {
+ "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"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Horizontal rules.text",
+ "output": "MarkdownTest_1.0.3/Tests/Horizontal rules.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Inline HTML (Advanced).text",
+ "output": "MarkdownTest_1.0.3/Tests/Inline HTML (Advanced).html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Inline HTML (Simple).text",
+ "output": "MarkdownTest_1.0.3/Tests/Inline HTML (Simple).html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Inline HTML comments.text",
+ "output": "MarkdownTest_1.0.3/Tests/Inline HTML comments.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Links, inline style.text",
+ "output": "MarkdownTest_1.0.3/Tests/Links, inline style.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Links, reference style.text",
+ "output": "MarkdownTest_1.0.3/Tests/Links, reference style.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Links, shortcut references.text",
+ "output": "MarkdownTest_1.0.3/Tests/Links, shortcut references.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Literal quotes in titles.text",
+ "output": "MarkdownTest_1.0.3/Tests/Literal quotes in titles.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Markdown Documentation - Basics.text",
+ "output": "MarkdownTest_1.0.3/Tests/Markdown Documentation - Basics.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Markdown Documentation - Syntax.text",
+ "output": "MarkdownTest_1.0.3/Tests/Markdown Documentation - Syntax.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Nested blockquotes.text",
+ "output": "MarkdownTest_1.0.3/Tests/Nested blockquotes.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Ordered and unordered lists.text",
+ "output": "MarkdownTest_1.0.3/Tests/Ordered and unordered lists.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Strong and em together.text",
+ "output": "MarkdownTest_1.0.3/Tests/Strong and em together.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Tabs.text",
+ "output": "MarkdownTest_1.0.3/Tests/Tabs.html"
+ },
+ {
+ "input": "MarkdownTest_1.0.3/Tests/Tidyness.text",
+ "output": "MarkdownTest_1.0.3/Tests/Tidyness.html"
+ },
+ {
+ "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",
+ "flags": ["--math"]
+ },
+ {
+ "input": "Tests/Underline.text",
+ "output": "Tests/Underline.html",
+ "flags": ["--underline"]
+ },
+ {
+ "input": "Tests/Table.text",
+ "output": "Tests/Table.html",
+ "flags": ["--tables"]
+ }
+ ]
+}