diff options
author | Emily Bourke <undergroundquizscene@protonmail.com> | 2021-08-25 14:35:19 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-09-01 07:16:17 -0700 |
commit | 8dbea4909211ef7b2acc677288be7c5f10cbb40e (patch) | |
tree | 4300a31d7358a2277b4c583217e6ba0c9d484707 /test/pptx/slide-level-0/h1-with-image | |
parent | 0617d3a88bb1f84622b8a94bd3366c7c8c9e8f8a (diff) | |
download | pandoc-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/slide-level-0/h1-with-image')
-rw-r--r-- | test/pptx/slide-level-0/h1-with-image/deleted-layouts.pptx | bin | 0 -> 45433 bytes | |||
-rw-r--r-- | test/pptx/slide-level-0/h1-with-image/input.native | 2 | ||||
-rw-r--r-- | test/pptx/slide-level-0/h1-with-image/moved-layouts.pptx | bin | 0 -> 56156 bytes | |||
-rw-r--r-- | test/pptx/slide-level-0/h1-with-image/output.pptx | bin | 0 -> 42596 bytes | |||
-rw-r--r-- | test/pptx/slide-level-0/h1-with-image/templated.pptx | bin | 0 -> 55657 bytes |
5 files changed, 2 insertions, 0 deletions
diff --git a/test/pptx/slide-level-0/h1-with-image/deleted-layouts.pptx b/test/pptx/slide-level-0/h1-with-image/deleted-layouts.pptx Binary files differnew file mode 100644 index 000000000..16c61d1be --- /dev/null +++ b/test/pptx/slide-level-0/h1-with-image/deleted-layouts.pptx diff --git a/test/pptx/slide-level-0/h1-with-image/input.native b/test/pptx/slide-level-0/h1-with-image/input.native new file mode 100644 index 000000000..0f5033b54 --- /dev/null +++ b/test/pptx/slide-level-0/h1-with-image/input.native @@ -0,0 +1,2 @@ +[Header 1 ("hello",[],[]) [Str "Hello"] +,Para [Image ("",[],[]) [Str "An",Space,Str "image"] ("lalune.jpg","fig:")]] diff --git a/test/pptx/slide-level-0/h1-with-image/moved-layouts.pptx b/test/pptx/slide-level-0/h1-with-image/moved-layouts.pptx Binary files differnew file mode 100644 index 000000000..395036069 --- /dev/null +++ b/test/pptx/slide-level-0/h1-with-image/moved-layouts.pptx diff --git a/test/pptx/slide-level-0/h1-with-image/output.pptx b/test/pptx/slide-level-0/h1-with-image/output.pptx Binary files differnew file mode 100644 index 000000000..2f3a53f5c --- /dev/null +++ b/test/pptx/slide-level-0/h1-with-image/output.pptx diff --git a/test/pptx/slide-level-0/h1-with-image/templated.pptx b/test/pptx/slide-level-0/h1-with-image/templated.pptx Binary files differnew file mode 100644 index 000000000..d306375e9 --- /dev/null +++ b/test/pptx/slide-level-0/h1-with-image/templated.pptx |