aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Powerpoint.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/Tests/Writers/Powerpoint.hs')
-rw-r--r--test/Tests/Writers/Powerpoint.hs10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/Tests/Writers/Powerpoint.hs b/test/Tests/Writers/Powerpoint.hs
index f78916dac..694758268 100644
--- a/test/Tests/Writers/Powerpoint.hs
+++ b/test/Tests/Writers/Powerpoint.hs
@@ -213,4 +213,14 @@ tests = [ pptxTest
def { writerTableOfContents = True }
"pptx/endnotes.native"
"pptx/endnotes_toc.pptx"
+ , pptxTest
+ "images"
+ def
+ "pptx/images.native"
+ "pptx/images.pptx"
+ , pptxTest
+ "two-column layout"
+ def
+ "pptx/two_column.native"
+ "pptx/two_column.pptx"
]