aboutsummaryrefslogtreecommitdiff
path: root/tests/docx
AgeCommit message (Collapse)AuthorFilesLines
2014-11-13Add tests for external links with anchorsCaleb McDaniel2-0/+1
2014-10-25Docx test: Remove Danish header test.Jesse Rosenthal2-10/+0
Redundant, now that we're testing for a more generalized sort of internationalized blocks.
2014-10-25Docx reader: add tests for i18n headers.Jesse Rosenthal2-0/+8
This tests blockquotes and headers in Russian. Previous tests make sure that this doesn't produce a regression in en-us Header and Blockquotes.
2014-09-05Docx reader: Add test for polyglot headers.Jesse Rosenthal2-0/+10
Only Danish at the moment.
2014-09-04Docx Reader: Add tests for numbered headers.Jesse Rosenthal2-0/+1
2014-08-28Docx reader: update tests for new table behavior.Jesse Rosenthal2-20/+30
2014-08-16Docx reader: Test for character styles.Jesse Rosenthal2-0/+4
2014-08-13Revised tests directory.John MacFarlane52-0/+119
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.