aboutsummaryrefslogtreecommitdiff
path: root/test/odt
AgeCommit message (Collapse)AuthorFilesLines
2021-03-31Treat tabs as spaces in ODT Reader. (#7185)niszet2-0/+1
2020-04-15Adapt to the removal of the RowSpan, ColSpan, RowHeadColumns accessorsdespresc3-3/+3
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc3-3/+3
- 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 typedespresc3-3/+3
2019-06-20Add a test for MathML formulas in ODT documentsblmage1-0/+1
2017-02-04Moved tests/ -> test/.John MacFarlane72-0/+63