summaryrefslogtreecommitdiff
path: root/test/Tests
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 /test/Tests
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.
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Formatting in Table of Contents.html15
-rw-r--r--test/Tests/Formatting in Table of Contents.text5
2 files changed, 20 insertions, 0 deletions
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 @@
+<ul>
+<li>
+<a href="#toc_0">Header with special &amp; characters</a>
+<ul>
+<li>
+<a href="#toc_1">With <code>Code</code></a>
+<ul>
+<li>
+<a href="#toc_2">With <em>Emphasis</em></a>
+</li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
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*