aboutsummaryrefslogtreecommitdiff
path: root/test/docx/lists_level_override.native
AgeCommit message (Collapse)Author
2023-08-14Docx reader: Avoid spurious block quotes in list items.John MacFarlane
The docx reader was overzealous in detecting indented paragraphs as block quotes, leading to list items sometimes being put in block quotes (especially in docx created by Google Docs). Closes #8836.
2019-02-18Docx reader tests: fix test file with trailing space.Jesse Rosenthal
This failed due to the fix of #5273.
2018-12-10Docx: add test for lists with level overrides.Jesse Rosenthal