aboutsummaryrefslogtreecommitdiff
path: root/test/docx/table_one_row.native
AgeCommit message (Collapse)AuthorFilesLines
2021-05-28Docx reader: Read table column widths.Emily Bourke1-4/+4
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-7/+1
The Builder.simpleTable now only adds a row to the TableHead when the given header row is not null. This uncovered an inconsistency in the readers: some would unconditionally emit a header filled with empty cells, even if the header was not present. Now every reader has the conditional behaviour. Only the XWiki writer depended on the header row being always present; it now pads its head as necessary.
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc1-7/+7
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-13/+20
- Writers.Native is now adapted to the new Table type. - Inline captions should now be conditionally wrapped in a Plain, not a Para block. - The toLegacyTable function now lives in Writers.Shared.
2020-04-15Implement the new Table typedespresc1-7/+17
2017-02-04Moved tests/ -> test/.John MacFarlane1-0/+7