aboutsummaryrefslogtreecommitdiff
path: root/test/epub
AgeCommit message (Collapse)AuthorFilesLines
2021-10-24Fix more epub files in epub reader tests.John MacFarlane3-0/+0
Closes #7586.
2021-10-24Clean up wasteland.epub and formatting.epub from reader tests.John MacFarlane2-0/+0
Make them valid according to epubcheck.
2021-10-24Fixed test/epub/img.epub and img_no_cover.epub...John MacFarlane2-0/+0
so they're valid epubs.
2021-10-23Fix conformance errors in test/epub/features.epub andJohn MacFarlane2-0/+0
test/epub/formatting.epub. See #7586.
2021-10-11Update wasteland tests.John MacFarlane2-20/+1078
When we trimmed it down we left out some notes.
2021-09-28Switch from pretty-simple to pretty-show for native output.John MacFarlane3-11067/+10578
Update tests. Reason: it turns out that the native output generated by pretty-simple isn't always readable by the native reader. According to https://github.com/cdepillabout/pretty-simple/issues/99 it is not a design goal of the library that the rendered values be readable using 'read'. This makes it unsuitable for our purposes. pretty-show is a bit slower and it uses 4-space indents (non-configurable), but it doesn't have this serious drawback.
2021-09-21test/epub: an excerpt from The Wasteland is enough!John MacFarlane2-7920/+20
Saves over 100K.
2021-09-21Revert "Remove unused epub test file features.epub."John MacFarlane1-0/+0
This reverts commit 83ebb85b640c9dffbc931a6aa84ecb0574c5693d.
2021-09-21Make test/epub/wasteland.epub valid.John MacFarlane1-0/+0
2021-09-21Remove unused epub test file features.epub.John MacFarlane1-0/+0
2021-09-21Use pretty-simple to format native output.John MacFarlane3-1433/+19542
Previously we used our own homespun formatting. But this produces over-long lines that aren't ideal for diffs in tests. Easier to use something off-the-shelf and standard. Closes #7580. Performance is slower by about a factor of 10, but this isn't really a problem because native isn't suitable as a serialization format. (For serialization you should use json, because the reader is so much faster than native.)
2021-05-29Reduce size of cover image in test epub.John MacFarlane1-0/+0
2021-03-15Update tests for new texmath.John MacFarlane1-2/+2
2020-12-10HTML reader: retain attribute prefixes and avoid duplicates.John MacFarlane1-4/+4
Previously we stripped attribute prefixes, reading `xml:lang` as `lang` for example. This resulted in two duplicate `lang` attributes when `xml:lang` and `lang` were both used. This commit causes the prefixes to be retained, and also avoids invald duplicate attributes. Closes #6938.
2020-10-14Fix typos in comments, doc strings, error messages, and testsAlbert Krewinkel2-1/+1
Typos reported by https://fossies.org/linux/test/pandoc-master.tar.gz/codespell.html See: #6738
2019-06-22add tests for EPUB2 and EPUB3 cover readermartinfrancois4-0/+0
2019-05-29HTML reader: misc. epub related fixes.John MacFarlane1-890/+887
- With epub extensions, check for epub:type in addition to type. - Fix problem with noteref parsing which caused block-level content to be eaten with the noteref. - Rename pAnyTag to pAny. - Refactor note resolution.
2018-05-10Use texmath-0.11.John MacFarlane1-1/+1
2017-11-04Test case change for texmath 0.10.John MacFarlane1-2/+2
2017-02-04Moved tests/ -> test/.John MacFarlane7-0/+1436