From 11e681edac3cbdc94af90bee8370e8aa4fddf955 Mon Sep 17 00:00:00 2001 From: Jesse Rosenthal Date: Sat, 20 Oct 2018 09:00:23 -0400 Subject: 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). --- test/pptx/raw_ooxml.native | 3 +++ test/pptx/raw_ooxml.pptx | Bin 0 -> 26656 bytes test/pptx/raw_ooxml_templated.pptx | Bin 0 -> 393982 bytes 3 files changed, 3 insertions(+) create mode 100644 test/pptx/raw_ooxml.native create mode 100644 test/pptx/raw_ooxml.pptx create mode 100644 test/pptx/raw_ooxml_templated.pptx (limited to 'test/pptx') 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") "Here are examples of italics, bold"] +,HorizontalRule +,RawBlock (Format "openxml") " \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n Bulleted bulleted lists.\n \n \n \n \n \n \n And go to arbitrary depth.\n \n \n \n \n \n \n Like this\n \n \n \n \n \n \n Or this\n \n \n \n \n \n \n Back to here.\n \n \n \n "] diff --git a/test/pptx/raw_ooxml.pptx b/test/pptx/raw_ooxml.pptx new file mode 100644 index 000000000..e71fb2f01 Binary files /dev/null and b/test/pptx/raw_ooxml.pptx differ diff --git a/test/pptx/raw_ooxml_templated.pptx b/test/pptx/raw_ooxml_templated.pptx new file mode 100644 index 000000000..c0e72ca10 Binary files /dev/null and b/test/pptx/raw_ooxml_templated.pptx differ -- cgit v1.2.3