diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/markdown-reader-more.native | 5 | ||||
| -rw-r--r-- | tests/markdown-reader-more.txt | 6 |
2 files changed, 10 insertions, 1 deletions
diff --git a/tests/markdown-reader-more.native b/tests/markdown-reader-more.native index 3d38e7a9a..c3c745510 100644 --- a/tests/markdown-reader-more.native +++ b/tests/markdown-reader-more.native @@ -7,5 +7,8 @@ Pandoc (Meta [] [] "") , Para [TeX "\\start[a2]\n\\start[a2]\n\\stop[a2]\n\\stop[a2]"] , Header 2 [Str "URLs",Space,Str "with",Space,Str "spaces"] , Para [Link [Str "foo"] ("/bar%20and%20baz",""),Space,Link [Str "foo"] ("/bar%20and%20baz",""),Space,Link [Str "foo"] ("/bar%20and%20baz",""),Space,Link [Str "foo"] ("bar%20baz","title")] -, Para [Link [Str "baz"] ("/foo%20foo",""),Space,Link [Str "bam"] ("/foo%20fee",""),Space,Link [Str "bork"] ("/foo/zee%20zob","title")] ] +, Para [Link [Str "baz"] ("/foo%20foo",""),Space,Link [Str "bam"] ("/foo%20fee",""),Space,Link [Str "bork"] ("/foo/zee%20zob","title")] +, Header 2 [Str "Horizontal",Space,Str "rules",Space,Str "with",Space,Str "spaces",Space,Str "at",Space,Str "end"] +, HorizontalRule +, HorizontalRule ] diff --git a/tests/markdown-reader-more.txt b/tests/markdown-reader-more.txt index d26274d6a..ccc9d3a0a 100644 --- a/tests/markdown-reader-more.txt +++ b/tests/markdown-reader-more.txt @@ -35,3 +35,9 @@ [bam]: /foo fee [bork]: /foo/zee zob (title) +## Horizontal rules with spaces at end + +* * * * * + +-- - -- -- - + |
