aboutsummaryrefslogtreecommitdiff
path: root/test/pptx/inline-formatting
diff options
context:
space:
mode:
authorEmily Bourke <undergroundquizscene@protonmail.com>2021-08-25 14:35:19 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2021-09-01 07:16:17 -0700
commit8dbea4909211ef7b2acc677288be7c5f10cbb40e (patch)
tree4300a31d7358a2277b4c583217e6ba0c9d484707 /test/pptx/inline-formatting
parent0617d3a88bb1f84622b8a94bd3366c7c8c9e8f8a (diff)
downloadpandoc-8dbea4909211ef7b2acc677288be7c5f10cbb40e.tar.gz
pptx: Restructure tests
- Use dashes consistently rather than underscores - Make a folder for each set of tests - List test files explicitly (Cabal doesn’t support ** until version 2.4)
Diffstat (limited to 'test/pptx/inline-formatting')
-rw-r--r--test/pptx/inline-formatting/deleted-layouts.pptxbin0 -> 28966 bytes
-rw-r--r--test/pptx/inline-formatting/input.native5
-rw-r--r--test/pptx/inline-formatting/moved-layouts.pptxbin0 -> 39758 bytes
-rw-r--r--test/pptx/inline-formatting/output.pptxbin0 -> 26121 bytes
-rw-r--r--test/pptx/inline-formatting/templated.pptxbin0 -> 39272 bytes
5 files changed, 5 insertions, 0 deletions
diff --git a/test/pptx/inline-formatting/deleted-layouts.pptx b/test/pptx/inline-formatting/deleted-layouts.pptx
new file mode 100644
index 000000000..bbd5bfeb4
--- /dev/null
+++ b/test/pptx/inline-formatting/deleted-layouts.pptx
Binary files differ
diff --git a/test/pptx/inline-formatting/input.native b/test/pptx/inline-formatting/input.native
new file mode 100644
index 000000000..164176af2
--- /dev/null
+++ b/test/pptx/inline-formatting/input.native
@@ -0,0 +1,5 @@
+[Para [Str "Here",Space,Str "are",Space,Str "examples",Space,Str "of",Space,Emph [Str "italics"],Str ",",Space,Strong [Str "bold"],Str ",",Space,Str "and",Space,Strong [Emph [Str "bold",Space,Str "italics"]],Str "."]
+,Para [Str "Here",Space,Str "is",Space,Strikeout [Str "strook-three"],Space,Str "strike-through",Space,Str "and",Space,SmallCaps [Str "small",Space,Str "caps"],Str "."]
+,Para [Str "Here",Space,Str "is",Space,Span ("",["underline"],[]) [Str "some",Space,Emph [Str "underlined"],Space,Strong [Str "text"]],Str "."]
+,Para [Str "We",Space,Str "can",Space,Str "also",Space,Str "do",Space,Str "subscripts",Space,Str "(H",Subscript [Str "2"],Str "0)",Space,Str "and",Space,Str "super",Superscript [Str "script"],Str "."]
+,RawBlock (Format "html") "<!-- Comments don't show up. -->"]
diff --git a/test/pptx/inline-formatting/moved-layouts.pptx b/test/pptx/inline-formatting/moved-layouts.pptx
new file mode 100644
index 000000000..427492130
--- /dev/null
+++ b/test/pptx/inline-formatting/moved-layouts.pptx
Binary files differ
diff --git a/test/pptx/inline-formatting/output.pptx b/test/pptx/inline-formatting/output.pptx
new file mode 100644
index 000000000..473b9498d
--- /dev/null
+++ b/test/pptx/inline-formatting/output.pptx
Binary files differ
diff --git a/test/pptx/inline-formatting/templated.pptx b/test/pptx/inline-formatting/templated.pptx
new file mode 100644
index 000000000..dd778a102
--- /dev/null
+++ b/test/pptx/inline-formatting/templated.pptx
Binary files differ