diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2024-01-27 10:34:00 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2024-01-27 10:34:00 -0800 |
| commit | caa73134bc8249060b3636179b08fcfb57b86c36 (patch) | |
| tree | 31fe1df1899cfe33b0064c72276a08f3962cc18c /test/Tests | |
| parent | 8d09c4aff4dd2257c9732ca78b6911eb3348481f (diff) | |
Regenerate epub tests with latest changes to EPUB reader.
Diffstat (limited to 'test/Tests')
| -rw-r--r-- | test/Tests/Old.hs | 6 |
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" |
