diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2019-08-27 01:16:21 -0400 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2019-08-27 01:24:41 -0400 |
commit | 4a7dad18b109987cfa13168a9f5505c183744d99 (patch) | |
tree | 5bcf753f9e28ca8348146bac71e6845a54269a4d /test/Tests | |
parent | 62dc2f893ec21f3daa2e9c78eb6392698145d204 (diff) | |
download | pandoc-4a7dad18b109987cfa13168a9f5505c183744d99.tar.gz |
PowerPoint writer: Start numbering at appopriate numbers.
Starting numbers for ordered lists were previously ignored. Now we
specify the number if it is something other than 1.
Closes: #5709
Diffstat (limited to 'test/Tests')
-rw-r--r-- | test/Tests/Writers/Powerpoint.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Tests/Writers/Powerpoint.hs b/test/Tests/Writers/Powerpoint.hs index c21ee49a4..e3f4173bd 100644 --- a/test/Tests/Writers/Powerpoint.hs +++ b/test/Tests/Writers/Powerpoint.hs @@ -59,6 +59,10 @@ tests = groupPptxTests [ pptxTests "Inline formatting" def "pptx/lists.native" "pptx/lists.pptx" + , pptxTests "start ordered list at specified num" + def + "pptx/start_numbering_at.native" + "pptx/start_numbering_at.pptx" , pptxTests "tables" def "pptx/tables.native" |