aboutsummaryrefslogtreecommitdiff
path: root/tests/epub
AgeCommit message (Collapse)AuthorFilesLines
2015-10-11HTML reader/writer: better handling of "section" elements.John MacFarlane3-551/+1423
Previously `<section>` tags were just parsed as raw HTML blocks. With this change, section elements are parsed as Div elements with the class "section". The HTML writer will use `<section>` tags to render these Divs in HTML5; otherwise they will be rendered as `<div class="section">`. Closes #2438.
2015-08-10EPUB reader: stop mangling external URLs.John MacFarlane2-7/+7
Closes #2284. Note the changes to the test suite. In each case, a mangled external link has been fixed, so these are all positive.
2014-09-25EPUB Tests: Seperating image testing from other featuresmpickering3-33/+5
2014-08-13Revised tests directory.John MacFarlane6-0/+591
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.