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/start-numbering-at | |
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/start-numbering-at')
-rw-r--r-- | test/pptx/start-numbering-at/deleted-layouts.pptx | bin | 0 -> 29837 bytes | |||
-rw-r--r-- | test/pptx/start-numbering-at/input.native | 9 | ||||
-rw-r--r-- | test/pptx/start-numbering-at/moved-layouts.pptx | bin | 0 -> 40630 bytes | |||
-rw-r--r-- | test/pptx/start-numbering-at/output.pptx | bin | 0 -> 26991 bytes | |||
-rw-r--r-- | test/pptx/start-numbering-at/templated.pptx | bin | 0 -> 40142 bytes |
5 files changed, 9 insertions, 0 deletions
diff --git a/test/pptx/start-numbering-at/deleted-layouts.pptx b/test/pptx/start-numbering-at/deleted-layouts.pptx Binary files differnew file mode 100644 index 000000000..d9cf91804 --- /dev/null +++ b/test/pptx/start-numbering-at/deleted-layouts.pptx diff --git a/test/pptx/start-numbering-at/input.native b/test/pptx/start-numbering-at/input.native new file mode 100644 index 000000000..ecffbb0ef --- /dev/null +++ b/test/pptx/start-numbering-at/input.native @@ -0,0 +1,9 @@ +[Header 2 ("example-numbering-mwe",[],[]) [Str "Example",Space,Str "numbering",Space,Str "MWE"] +,Para [Str "This",Space,Str "is",Space,Str "a",Space,Str "slide",Space,Str "with",Space,Str "examples",Space,Str "in",Space,Str "(1)",Space,Str "and",Space,Str "(2)"] +,OrderedList (1,Example,TwoParens) + [[Plain [Str "First"]] + ,[Plain [Str "Second"]]] +,Header 2 ("a-second-slide",[],[]) [Str "A",Space,Str "second",Space,Str "slide"] +,Para [Str "This",Space,Str "second",Space,Str "slide",Space,Str "has",Space,Str "a",Space,Str "third",Space,Str "example",Space,Str "in",Space,Str "(3)."] +,OrderedList (3,Example,TwoParens) + [[Plain [Str "Third"]]]] diff --git a/test/pptx/start-numbering-at/moved-layouts.pptx b/test/pptx/start-numbering-at/moved-layouts.pptx Binary files differnew file mode 100644 index 000000000..e1b2d4de8 --- /dev/null +++ b/test/pptx/start-numbering-at/moved-layouts.pptx diff --git a/test/pptx/start-numbering-at/output.pptx b/test/pptx/start-numbering-at/output.pptx Binary files differnew file mode 100644 index 000000000..4320128b3 --- /dev/null +++ b/test/pptx/start-numbering-at/output.pptx diff --git a/test/pptx/start-numbering-at/templated.pptx b/test/pptx/start-numbering-at/templated.pptx Binary files differnew file mode 100644 index 000000000..efc56ac7a --- /dev/null +++ b/test/pptx/start-numbering-at/templated.pptx |