summaryrefslogtreecommitdiff
path: root/tests/Tests/Old.hs
diff options
context:
space:
mode:
authormpickering <matthewtpickering@gmail.com>2014-08-20 18:11:37 +0100
committermpickering <matthewtpickering@gmail.com>2014-08-20 18:11:37 +0100
commit2cd049a1bf66f486e7110449854ceb253268fff7 (patch)
tree0e0dfc9ff828c6b290af219a514b6e25252c6623 /tests/Tests/Old.hs
parent27ea34489a8385701d3245cac10e21df6b59fbcf (diff)
Txt2Tags reader: Header is now parsed only if standalone flag is set
Diffstat (limited to 'tests/Tests/Old.hs')
-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 300430e79..256855a1d 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -141,7 +141,7 @@ tests = [ testGroup "markdown"
"haddock-reader.haddock" "haddock-reader.native"
]
, testGroup "txt2tags"
- [ test "reader" ["-r", "t2t", "-w", "native"]
+ [ test "reader" ["-r", "t2t", "-w", "native", "-s"]
"txt2tags.t2t" "txt2tags.native" ]
, testGroup "epub" [
test "features" ["-r", "epub", "-w", "native"]