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.hs8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/Tests/Writers/Powerpoint.hs b/test/Tests/Writers/Powerpoint.hs
index f3016cdb6..9c5409310 100644
--- a/test/Tests/Writers/Powerpoint.hs
+++ b/test/Tests/Writers/Powerpoint.hs
@@ -99,4 +99,12 @@ tests = groupPptxTests [ pptxTests "Inline formatting"
def
"pptx/raw_ooxml.native"
"pptx/raw_ooxml.pptx"
+ , pptxTests "metadata, custom properties"
+ def
+ "pptx/document-properties.native"
+ "pptx/document-properties.pptx"
+ , pptxTests "metadata, short description"
+ def
+ "pptx/document-properties-short-desc.native"
+ "pptx/document-properties-short-desc.pptx"
]