aboutsummaryrefslogtreecommitdiff
path: root/tests/docx/tables.native
AgeCommit message (Collapse)AuthorFilesLines
2016-12-13Docx reader: Empty header should be list of lists.Jesse Rosenthal1-2/+4
In the past, the docx reader wrote an empty header as an empty list. It should have the same width as a row (and be filled with empty cells). (Note that I've reordered the code here slightly to get rid of a call to `head`. It wasn't unsafe because it tested for null, but it was a bit of a smell.)
2014-08-28Docx reader: update tests for new table behavior.Jesse Rosenthal1-20/+30
2014-08-13Revised tests directory.John MacFarlane1-0/+24
Renamed some tests, introducing subsidiary directories for fb2, docx, epub. Cleaned up tests in cabal file. Combined dokuwiki-writer and dokuwiki_inline_formatting tests.