aboutsummaryrefslogtreecommitdiff
path: root/test/pptx/start_numbering_at.native
AgeCommit message (Collapse)AuthorFilesLines
2021-09-01pptx: Restructure testsEmily Bourke1-9/+0
- Use dashes consistently rather than underscores - Make a folder for each set of tests - List test files explicitly (Cabal doesn’t support ** until version 2.4)
2019-08-27PowerPoint writer: Start numbering at appopriate numbers.Jesse Rosenthal1-0/+9
Starting numbers for ordered lists were previously ignored. Now we specify the number if it is something other than 1. Closes: #5709