Regenerate epub tests with latest changes to EPUB reader.

This commit is contained in:
John MacFarlane
2024-01-27 10:34:00 -08:00
parent 8d09c4aff4
commit caa73134bc
5 changed files with 12334 additions and 12217 deletions
+1 -1
View File
@@ -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
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff
+6015 -5984
View File
File diff suppressed because it is too large Load Diff
+4602 -4551
View File
File diff suppressed because it is too large Load Diff