aboutsummaryrefslogtreecommitdiff
path: root/test/docx/lists_9994.native
AgeCommit message (Collapse)Author
2024-07-27Docx writer: fix regression with nested lists.John MacFarlane
Closes #9994. The bug affects e.g. ordered lists with bullet sublists; after the sublist the top-level list reverts to bullets instead of being properly numbered. This regression was introduced in version 3.2.1 and was caused by commit f5531f1.