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 eb4b584e5..c21ee49a4 100644 --- a/test/Tests/Writers/Powerpoint.hs +++ b/test/Tests/Writers/Powerpoint.hs @@ -115,4 +115,12 @@ tests = groupPptxTests [ pptxTests "Inline formatting" def "pptx/document-properties-short-desc.native" "pptx/document-properties-short-desc.pptx" + , pptxTests "inline code and code blocks" + def + "pptx/code.native" + "pptx/code.pptx" + , pptxTests "inline code and code blocks, custom formatting" + def { writerVariables = [("monofont", "Consolas")] } + "pptx/code.native" + "pptx/code-custom.pptx" ] |