Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-29 | Reduce size of cover image in test epub. | John MacFarlane | 1 | -0/+0 | |
2021-03-15 | Update tests for new texmath. | John MacFarlane | 1 | -2/+2 | |
2020-12-10 | HTML reader: retain attribute prefixes and avoid duplicates. | John MacFarlane | 1 | -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-14 | Fix typos in comments, doc strings, error messages, and tests | Albert Krewinkel | 2 | -1/+1 | |
Typos reported by https://fossies.org/linux/test/pandoc-master.tar.gz/codespell.html See: #6738 | |||||
2019-06-22 | add tests for EPUB2 and EPUB3 cover reader | martinfrancois | 4 | -0/+0 | |
2019-05-29 | HTML reader: misc. epub related fixes. | John MacFarlane | 1 | -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-10 | Use texmath-0.11. | John MacFarlane | 1 | -1/+1 | |
2017-11-04 | Test case change for texmath 0.10. | John MacFarlane | 1 | -2/+2 | |
2017-02-04 | Moved tests/ -> test/. | John MacFarlane | 7 | -0/+1436 | |