summaryrefslogtreecommitdiff
path: root/test/Tests
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2018-02-18 16:21:41 -0500
committerJesse Rosenthal <jrosenthal@jhu.edu>2018-02-18 16:31:32 -0500
commit32e6ae4347fcb1f5b01e56cc6386e5d5eeb92b99 (patch)
tree00b27753b2dceca802932395fe02708784dd64a7 /test/Tests
parent6562863ef1eae9796b89b9b995e63ad4e75359fb (diff)
Powerpoint writer: Add tests for speaker notes.
Diffstat (limited to 'test/Tests')
-rw-r--r--test/Tests/Writers/Powerpoint.hs5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Tests/Writers/Powerpoint.hs b/test/Tests/Writers/Powerpoint.hs
index 7b21b9e74..621b4fe2f 100644
--- a/test/Tests/Writers/Powerpoint.hs
+++ b/test/Tests/Writers/Powerpoint.hs
@@ -48,4 +48,9 @@ tests = [ pptxTest
def
"pptx/two_column.native"
"pptx/two_column.pptx"
+ , pptxTest
+ "speaker notes"
+ def
+ "pptx/speaker_notes.native"
+ "pptx/speaker_notes.pptx"
]