aboutsummaryrefslogtreecommitdiff
path: root/test/epub
AgeCommit message (Collapse)AuthorFilesLines
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