EPUB Tests: Added wasteland test
This epub contains many epub:type elements including footnotes and titlepage.
This commit is contained in:
parent
34cf016251
commit
063ba81622
4 changed files with 12 additions and 2 deletions
|
@ -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,
|
||||
|
|
|
@ -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
BIN
tests/epub.wasteland.epub
Normal file
Binary file not shown.
9
tests/epub.wasteland.native
Normal file
9
tests/epub.wasteland.native
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue