aboutsummaryrefslogtreecommitdiff
path: root/tests/Tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-08-12 16:56:38 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-08-12 16:56:38 -0700
commit7684b24959ebe49da036d14ed75d585e7afe2da6 (patch)
tree86c9404494f84b3651cc03ab2f27822d035e901a /tests/Tests
parent52c58175cab1d3b7ce86c6d72c67d93b8555cec3 (diff)
parent063ba81622431d81b00b0b5526c8829e05b5787e (diff)
downloadpandoc-7684b24959ebe49da036d14ed75d585e7afe2da6.tar.gz
Merge pull request #1528 from mpickering/epubtitlepage
EPUB Reader: Ignores titlepage attribute
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"
]