summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2014-08-10 14:33:18 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2014-08-10 14:58:53 +0100
commitf33ae631f336b25ad3a8fc34f3d09dbbc6b420f5 (patch)
tree4dfe514a4a7e1082d006178848a8f2b85c8a8f97 /pandoc.cabal
parent7ec8dd956f253613510695b5e971eae71d2f5287 (diff)
Improved EPUB Tests
Rewrote features test to remove all unimplemented features. There are now all three examples of where an image can be included in the test. 1. Cover image 2. As a spine elemnt 3. In the document Tests have also been added to make sure that the mediabag contains all these images after processing.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 77e1c5d42..b5110de3d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -417,6 +417,7 @@ Test-Suite test-pandoc
Tests.Readers.RST
Tests.Readers.Docx
Tests.Readers.Txt2Tags
+ Tests.Readers.EPUB
Tests.Writers.Native
Tests.Writers.ConTeXt
Tests.Writers.HTML