diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2014-08-13 00:25:18 +0100 |
---|---|---|
committer | Matthew Pickering <matthewtpickering@gmail.com> | 2014-08-13 00:25:18 +0100 |
commit | 063ba81622431d81b00b0b5526c8829e05b5787e (patch) | |
tree | 25e3bfa630bee12157f1a12cf13984b8a509509d /tests/Tests | |
parent | 34cf0162512f2f75805b2b2ff947026bc9f67b2c (diff) | |
download | pandoc-063ba81622431d81b00b0b5526c8829e05b5787e.tar.gz |
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.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" ] |