mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 17:20:47 +08:00
Regenerate epub tests with latest changes to EPUB reader.
This commit is contained in:
@@ -256,7 +256,7 @@ validate-epub: ## generate an epub and validate it with epubcheck and ace
|
||||
which epubcheck || exit 1
|
||||
which ace || exit 1
|
||||
tmp=$$(mktemp -d) && \
|
||||
$(pandoc) test/epub/features.native -Mtitle="Features" --resource-path test/epub -o $$tmp/file.epub --number-sections --toc --quiet && \
|
||||
$(pandoc) test/epub/wasteland.native -Mtitle="The Wasteland" --resource-path test/epub -o $$tmp/file.epub --number-sections --toc --quiet && \
|
||||
echo $$tmp/file.epub && \
|
||||
epubcheck $$tmp/file.epub && \
|
||||
ace $$tmp/file.epub
|
||||
|
||||
+3
-3
@@ -163,11 +163,11 @@ tests pandocPath =
|
||||
[ test' "reader" ["-r", "t2t", "-w", "native", "-s"]
|
||||
"txt2tags.t2t" "txt2tags.native" ]
|
||||
, testGroup "epub" [
|
||||
test' "features" ["-r", "epub", "-w", "native"]
|
||||
test' "features" ["-r", "epub", "-w", "native", "-s"]
|
||||
"epub/features.epub" "epub/features.native"
|
||||
, test' "wasteland" ["-r", "epub", "-w", "native"]
|
||||
, test' "wasteland" ["-r", "epub", "-w", "native", "-s"]
|
||||
"epub/wasteland.epub" "epub/wasteland.native"
|
||||
, test' "formatting" ["-r", "epub", "-w", "native"]
|
||||
, test' "formatting" ["-r", "epub", "-w", "native", "-s"]
|
||||
"epub/formatting.epub" "epub/formatting.native"
|
||||
]
|
||||
, testGroup "twiki"
|
||||
|
||||
+1713
-1678
File diff suppressed because it is too large
Load Diff
+6015
-5984
File diff suppressed because it is too large
Load Diff
+4602
-4551
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user