aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2018-10-20 09:00:23 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2018-10-20 09:00:23 -0400
commit11e681edac3cbdc94af90bee8370e8aa4fddf955 (patch)
tree996fec293dda875a315fee11fc24325218faa168 /test/Tests/Writers
parent5547cd6000a061a74aee22ec41b238b9a6c0f920 (diff)
downloadpandoc-11e681edac3cbdc94af90bee8370e8aa4fddf955.tar.gz
Powerpoint tests: test raw openxml
Output files confirmed not to be corrupt, and with content as expected, on PowerPoint 2013 on Windows 10 (virtualbox on linux).
Diffstat (limited to 'test/Tests/Writers')
-rw-r--r--test/Tests/Writers/Powerpoint.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/Tests/Writers/Powerpoint.hs b/test/Tests/Writers/Powerpoint.hs
index 226cd6080..f3016cdb6 100644
--- a/test/Tests/Writers/Powerpoint.hs
+++ b/test/Tests/Writers/Powerpoint.hs
@@ -95,5 +95,8 @@ tests = groupPptxTests [ pptxTests "Inline formatting"
def
"pptx/remove_empty_slides.native"
"pptx/remove_empty_slides.pptx"
-
+ , pptxTests "raw ooxml"
+ def
+ "pptx/raw_ooxml.native"
+ "pptx/raw_ooxml.pptx"
]