aboutsummaryrefslogtreecommitdiff
path: root/test/pptx
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/pptx
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/pptx')
-rw-r--r--test/pptx/raw_ooxml.native3
-rw-r--r--test/pptx/raw_ooxml.pptxbin0 -> 26656 bytes
-rw-r--r--test/pptx/raw_ooxml_templated.pptxbin0 -> 393982 bytes
3 files changed, 3 insertions, 0 deletions
diff --git a/test/pptx/raw_ooxml.native b/test/pptx/raw_ooxml.native
new file mode 100644
index 000000000..aa86ad076
--- /dev/null
+++ b/test/pptx/raw_ooxml.native
@@ -0,0 +1,3 @@
+[Para [Str "Here",Space,Str "is",Space,Str "some",Space,Str "text,",Space,Str "written",Space,Str "as",Space,Str "a",Space,Str "raw",Space,Str "inline:",Space,RawInline (Format "openxml") "<a:r><a:rPr /><a:t>Here are examples of </a:t></a:r><a:r><a:rPr i=\"1\" /><a:t>italics</a:t></a:r><a:r><a:rPr /><a:t>, </a:t></a:r><a:r><a:rPr b=\"1\" /><a:t>bold</a:t></a:r>"]
+,HorizontalRule
+,RawBlock (Format "openxml") " <p:sp>\n <p:nvSpPr>\n <p:cNvPr id=\"3\" name=\"Content Placeholder 2\"/>\n <p:cNvSpPr>\n <a:spLocks noGrp=\"1\"/>\n </p:cNvSpPr>\n <p:nvPr>\n <p:ph idx=\"1\"/>\n </p:nvPr>\n </p:nvSpPr>\n <p:spPr/>\n <p:txBody>\n <a:bodyPr/>\n <a:lstStyle/>\n <a:p>\n <a:pPr lvl=\"1\"/>\n <a:r>\n <a:rPr/>\n <a:t>Bulleted bulleted lists.</a:t>\n </a:r>\n </a:p>\n <a:p>\n <a:pPr lvl=\"1\"/>\n <a:r>\n <a:rPr/>\n <a:t>And go to arbitrary depth.</a:t>\n </a:r>\n </a:p>\n <a:p>\n <a:pPr lvl=\"2\"/>\n <a:r>\n <a:rPr/>\n <a:t>Like this</a:t>\n </a:r>\n </a:p>\n <a:p>\n <a:pPr lvl=\"3\"/>\n <a:r>\n <a:rPr/>\n <a:t>Or this</a:t>\n </a:r>\n </a:p>\n <a:p>\n <a:pPr lvl=\"2\"/>\n <a:r>\n <a:rPr/>\n <a:t>Back to here.</a:t>\n </a:r>\n </a:p>\n </p:txBody>\n </p:sp>"]
diff --git a/test/pptx/raw_ooxml.pptx b/test/pptx/raw_ooxml.pptx
new file mode 100644
index 000000000..e71fb2f01
--- /dev/null
+++ b/test/pptx/raw_ooxml.pptx
Binary files differ
diff --git a/test/pptx/raw_ooxml_templated.pptx b/test/pptx/raw_ooxml_templated.pptx
new file mode 100644
index 000000000..c0e72ca10
--- /dev/null
+++ b/test/pptx/raw_ooxml_templated.pptx
Binary files differ