EPUB Tests: Added wasteland test

This epub contains many epub:type elements including footnotes and
titlepage.
This commit is contained in:
Matthew Pickering 2014-08-13 00:25:18 +01:00
parent 34cf016251
commit 063ba81622
4 changed files with 12 additions and 2 deletions

View file

@ -158,8 +158,7 @@ Extra-Source-Files:
tests/lhs-test.html+lhs,
tests/lhs-test.fragment.html+lhs,
tests/pipe-tables.txt,
tests/epub.formatting.epub,
tests/epub.features.epub,
tests/*.epub
tests/fb2.basic.markdown,
tests/fb2.basic.fb2,
tests/fb2.titles.markdown,

View file

@ -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"
]

BIN
tests/epub.wasteland.epub Normal file

Binary file not shown.

File diff suppressed because one or more lines are too long