aboutsummaryrefslogtreecommitdiff
path: root/test/docx/lists_sublist_reset.native
AgeCommit message (Collapse)AuthorFilesLines
2019-11-03Docx reader: fix list number resumption for sublists. Closes #4324.John MacFarlane1-0/+8
The first list item of a sublist should not resume numbering from the number of the last sublist item of the same level, if that sublist was a sublist of a different list item. That is, we should not get: ``` 1. one 1. sub one 2. sub two 2. two 3. sub one ```