aboutsummaryrefslogtreecommitdiff
path: root/test/docx/lists.native
AgeCommit message (Collapse)Author
2024-06-04Docx reader: support task lists.John MacFarlane
This also fixes a small bug in parsing delimiters in numbered lists, which led to the default delimiter being used wrongly in some cases. Closes #8211.
2019-09-21[Docx Reader] Update testsNikolay Yakimov
Notice this commit updates lists.docx. The old test file contained references to "ListParagraph" style, which should never leak outside of pandoc, so I'm not sure what that was supposed to test for exactly.
2017-02-04Moved tests/ -> test/.John MacFarlane