summaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-04-10 09:13:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-04-10 09:13:53 -0700
commit4b49f923cbfd74287742f7d9634406580d48515b (patch)
tree28f0bf047de8dd74b216d9f1411b4082a75a83aa /tests/Tests
parent773bbb8fc73a3b6598188dbae64a841eb6680b38 (diff)
Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.
Closes #2799. Also added -s to markdown-reader-more test.
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Old.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 36bb3398e..b292b1f11 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -57,7 +57,7 @@ tests = [ testGroup "markdown"
"tables.txt" "tables.native"
, test "pipe tables" ["-r", "markdown", "-w", "native", "--columns=80"]
"pipe-tables.txt" "pipe-tables.native"
- , test "more" ["-r", "markdown", "-w", "native", "-S"]
+ , test "more" ["-r", "markdown", "-w", "native", "-s", "-S"]
"markdown-reader-more.txt" "markdown-reader-more.native"
, lhsReaderTest "markdown+lhs"
]