diff options
Diffstat (limited to 'test/Tests')
| -rw-r--r-- | test/Tests/Writers/Powerpoint.hs | 8 | 
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Tests/Writers/Powerpoint.hs b/test/Tests/Writers/Powerpoint.hs index dd3846fef..6eb8c7f67 100644 --- a/test/Tests/Writers/Powerpoint.hs +++ b/test/Tests/Writers/Powerpoint.hs @@ -232,4 +232,12 @@ tests = groupPptxTests [ pptxTests "Inline formatting"                           def                           "pptx/blanks/nbsp-in-heading/input.native"                           "pptx/blanks/nbsp-in-heading/output.pptx" +                       , pptxTests ("Incremental lists are supported") +                         def { writerIncremental = True } +                         "pptx/incremental-lists/with-flag/input.native" +                         "pptx/incremental-lists/with-flag/output.pptx" +                       , pptxTests ("One-off incremental lists are supported") +                         def +                         "pptx/incremental-lists/without-flag/input.native" +                         "pptx/incremental-lists/without-flag/output.pptx"                         ]  | 
