summaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-01-27 10:34:00 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2024-01-27 10:34:00 -0800
commitcaa73134bc8249060b3636179b08fcfb57b86c36 (patch)
tree31fe1df1899cfe33b0064c72276a08f3962cc18c /test/Tests
parent8d09c4aff4dd2257c9732ca78b6911eb3348481f (diff)
Regenerate epub tests with latest changes to EPUB reader.
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Old.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Tests/Old.hs b/test/Tests/Old.hs
index 49a09e596..04855455a 100644
--- a/test/Tests/Old.hs
+++ b/test/Tests/Old.hs
@@ -163,11 +163,11 @@ tests pandocPath =
[ test' "reader" ["-r", "t2t", "-w", "native", "-s"]
"txt2tags.t2t" "txt2tags.native" ]
, testGroup "epub" [
- test' "features" ["-r", "epub", "-w", "native"]
+ test' "features" ["-r", "epub", "-w", "native", "-s"]
"epub/features.epub" "epub/features.native"
- , test' "wasteland" ["-r", "epub", "-w", "native"]
+ , test' "wasteland" ["-r", "epub", "-w", "native", "-s"]
"epub/wasteland.epub" "epub/wasteland.native"
- , test' "formatting" ["-r", "epub", "-w", "native"]
+ , test' "formatting" ["-r", "epub", "-w", "native", "-s"]
"epub/formatting.epub" "epub/formatting.native"
]
, testGroup "twiki"