Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-12-13 | Docx reader: Empty header should be list of lists. | Jesse Rosenthal | 1 | -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-28 | Docx reader: update tests for new table behavior. | Jesse Rosenthal | 1 | -20/+30 | |
2014-08-13 | Revised tests directory. | John MacFarlane | 1 | -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. |