pandoc/test/epub
John MacFarlane 0a502e5ff5 HTML reader: retain attribute prefixes and avoid duplicates.
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-12-10 15:44:10 -08:00
..
epub2_cover.epub add tests for EPUB2 and EPUB3 cover reader 2019-06-22 22:07:26 +02:00
epub2_no_cover.epub add tests for EPUB2 and EPUB3 cover reader 2019-06-22 22:07:26 +02:00
epub2_picture.epub add tests for EPUB2 and EPUB3 cover reader 2019-06-22 22:07:26 +02:00
features.epub Fix typos in comments, doc strings, error messages, and tests 2020-10-14 22:26:51 +02:00
features.native Fix typos in comments, doc strings, error messages, and tests 2020-10-14 22:26:51 +02:00
formatting.epub Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
formatting.native Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
img.epub Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
img_no_cover.epub add tests for EPUB2 and EPUB3 cover reader 2019-06-22 22:07:26 +02:00
wasteland.epub Moved tests/ -> test/. 2017-02-04 12:56:30 +01:00
wasteland.native HTML reader: retain attribute prefixes and avoid duplicates. 2020-12-10 15:44:10 -08:00