summaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2014-08-13 00:25:18 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2014-08-13 00:25:18 +0100
commit063ba81622431d81b00b0b5526c8829e05b5787e (patch)
tree25e3bfa630bee12157f1a12cf13984b8a509509d /tests/Tests
parent34cf0162512f2f75805b2b2ff947026bc9f67b2c (diff)
EPUB Tests: Added wasteland test
This epub contains many epub:type elements including footnotes and titlepage.
Diffstat (limited to 'tests/Tests')
-rw-r--r--tests/Tests/Old.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Tests/Old.hs b/tests/Tests/Old.hs
index 03acf6b8c..7278ec720 100644
--- a/tests/Tests/Old.hs
+++ b/tests/Tests/Old.hs
@@ -148,6 +148,8 @@ tests = [ testGroup "markdown"
, testGroup "epub" [
test "features" ["-r", "epub", "-w", "native"]
"epub.features.epub" "epub.features.native"
+ , test "wasteland" ["-r", "epub", "-w", "native"]
+ "epub.wasteland.epub" "epub.wasteland.native"
, test "formatting" ["-r", "epub", "-w", "native"]
"epub.formatting.epub" "epub.formatting.native"
]