aboutsummaryrefslogtreecommitdiff
path: root/test/pptx/remove-empty-slides
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/remove-empty-slides
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/remove-empty-slides')
-rw-r--r--test/pptx/remove-empty-slides/deleted-layouts.pptxbin0 -> 46867 bytes
-rw-r--r--test/pptx/remove-empty-slides/input.native5
-rw-r--r--test/pptx/remove-empty-slides/moved-layouts.pptxbin0 -> 57656 bytes
-rw-r--r--test/pptx/remove-empty-slides/output.pptxbin0 -> 44025 bytes
-rw-r--r--test/pptx/remove-empty-slides/templated.pptxbin0 -> 57172 bytes
5 files changed, 5 insertions, 0 deletions
diff --git a/test/pptx/remove-empty-slides/deleted-layouts.pptx b/test/pptx/remove-empty-slides/deleted-layouts.pptx
new file mode 100644
index 000000000..7ae4a5fab
--- /dev/null
+++ b/test/pptx/remove-empty-slides/deleted-layouts.pptx
Binary files differ
diff --git a/test/pptx/remove-empty-slides/input.native b/test/pptx/remove-empty-slides/input.native
new file mode 100644
index 000000000..51c042281
--- /dev/null
+++ b/test/pptx/remove-empty-slides/input.native
@@ -0,0 +1,5 @@
+[Para [Str "Content"]
+,Para [Image ("",[],[]) [] ("lalune.jpg",""),Space,RawInline (Format "html") "<!-- -->"]
+,HorizontalRule
+,HorizontalRule
+,Para [Str "More",Space,Str "content"]]
diff --git a/test/pptx/remove-empty-slides/moved-layouts.pptx b/test/pptx/remove-empty-slides/moved-layouts.pptx
new file mode 100644
index 000000000..2572f2447
--- /dev/null
+++ b/test/pptx/remove-empty-slides/moved-layouts.pptx
Binary files differ
diff --git a/test/pptx/remove-empty-slides/output.pptx b/test/pptx/remove-empty-slides/output.pptx
new file mode 100644
index 000000000..c6df8e18e
--- /dev/null
+++ b/test/pptx/remove-empty-slides/output.pptx
Binary files differ
diff --git a/test/pptx/remove-empty-slides/templated.pptx b/test/pptx/remove-empty-slides/templated.pptx
new file mode 100644
index 000000000..1df48c5ad
--- /dev/null
+++ b/test/pptx/remove-empty-slides/templated.pptx
Binary files differ