summaryrefslogtreecommitdiff
path: root/test/docx
Commit message (Collapse)AuthorAge
* Docx reader: add tests for structured document tags unwrapping.Jesse Rosenthal2017-12-27
|
* Docx writer: Add tests for list continuation.Jesse Rosenthal2017-12-13
|
* Add `empty_paragraphs` extension.John MacFarlane2017-12-04
| | | | | | | | | | | | | | | | * Deprecate `--strip-empty-paragraphs` option. Instead we now use an `empty_paragraphs` extension that can be enabled on the reader or writer. By default, disabled. * Add `Ext_empty_paragraphs` constructor to `Extension`. * Revert "Docx reader: don't strip out empty paragraphs." This reverts commit d6c58eb836f033a48955796de4d9ffb3b30e297b. * Implement `empty_paragraphs` extension in docx reader and writer, opendocument writer, html reader and writer. * Add tests for `empty_paragraphs` extension.
* Docx reader: don't strip out empty paragraphs.John MacFarlane2017-12-02
| | | | | | | | | | We now have the `--strip-empty-paragraphs` option for that, if you want it. Closes #2252. Updated docx reader tests. We use stripEmptyParagraphs to avoid changing too many tests. We should add new tests for empty paragraphs.
* Removed old adjacent_links test for docx reader.John MacFarlane2017-10-27
| | | | | | See #2270 for background -- this test blocked the consistent underline change and was hard to revise, so for now we are removing it.
* Consistent underline for Readers (#2270)hftf2017-10-27
| | | | | | | | | | | | | | * Added underlineSpan builder function. This can be easily updated if needed. The purpose is for Readers to transform underlines consistently. * Docx Reader: Use underlineSpan and update test * Org Reader: Use underlineSpan and add test * Textile Reader: Use underlineSpan and add test case * Txt2Tags Reader: Use underlineSpan and update test * HTML Reader: Use underlineSpan and add test case
* Docx reader: Add tests for avoiding zero-level header.Jesse Rosenthal2017-08-06
|
* Moved tests/ -> test/.John MacFarlane2017-02-04