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
epub2_no_cover.epub
epub2_picture.epub
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
formatting.native
img.epub
img_no_cover.epub
wasteland.epub
wasteland.native HTML reader: retain attribute prefixes and avoid duplicates. 2020-12-10 15:44:10 -08:00