From 063ba81622431d81b00b0b5526c8829e05b5787e Mon Sep 17 00:00:00 2001 From: Matthew Pickering Date: Wed, 13 Aug 2014 00:25:18 +0100 Subject: EPUB Tests: Added wasteland test This epub contains many epub:type elements including footnotes and titlepage. --- tests/Tests/Old.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/Tests') 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" ] -- cgit v1.2.3