diff options
author | John MacFarlane <jgm@berkeley.edu> | 2014-08-12 16:56:38 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2014-08-12 16:56:38 -0700 |
commit | 7684b24959ebe49da036d14ed75d585e7afe2da6 (patch) | |
tree | 86c9404494f84b3651cc03ab2f27822d035e901a /tests/Tests | |
parent | 52c58175cab1d3b7ce86c6d72c67d93b8555cec3 (diff) | |
parent | 063ba81622431d81b00b0b5526c8829e05b5787e (diff) | |
download | pandoc-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.hs | 2 |
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" ] |