aboutsummaryrefslogtreecommitdiff
path: root/test/pptx/endnotes
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/endnotes
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/endnotes')
-rw-r--r--test/pptx/endnotes/deleted-layouts.pptxbin0 -> 29774 bytes
-rw-r--r--test/pptx/endnotes/input.native2
-rw-r--r--test/pptx/endnotes/moved-layouts.pptxbin0 -> 40566 bytes
-rw-r--r--test/pptx/endnotes/output.pptxbin0 -> 26928 bytes
-rw-r--r--test/pptx/endnotes/templated.pptxbin0 -> 40078 bytes
5 files changed, 2 insertions, 0 deletions
diff --git a/test/pptx/endnotes/deleted-layouts.pptx b/test/pptx/endnotes/deleted-layouts.pptx
new file mode 100644
index 000000000..5c69a6310
--- /dev/null
+++ b/test/pptx/endnotes/deleted-layouts.pptx
Binary files differ
diff --git a/test/pptx/endnotes/input.native b/test/pptx/endnotes/input.native
new file mode 100644
index 000000000..f6caeb62f
--- /dev/null
+++ b/test/pptx/endnotes/input.native
@@ -0,0 +1,2 @@
+Pandoc (Meta {unMeta = fromList []})
+[Para [Str "Here",Space,Str "is",Space,Str "one",Space,Str "note.",Note [Para [Str "Here",Space,Str "is",Space,Str "the",Space,Str "note."]],Space,Str "And",Space,Str "one",Space,Str "more",Space,Str "note.",Note [Para [Str "And",Space,Str "another",Space,Str "note."]]]]
diff --git a/test/pptx/endnotes/moved-layouts.pptx b/test/pptx/endnotes/moved-layouts.pptx
new file mode 100644
index 000000000..0d4c491b9
--- /dev/null
+++ b/test/pptx/endnotes/moved-layouts.pptx
Binary files differ
diff --git a/test/pptx/endnotes/output.pptx b/test/pptx/endnotes/output.pptx
new file mode 100644
index 000000000..9d46036fe
--- /dev/null
+++ b/test/pptx/endnotes/output.pptx
Binary files differ
diff --git a/test/pptx/endnotes/templated.pptx b/test/pptx/endnotes/templated.pptx
new file mode 100644
index 000000000..863cc29d4
--- /dev/null
+++ b/test/pptx/endnotes/templated.pptx
Binary files differ