aboutsummaryrefslogtreecommitdiff
path: root/test/pptx/slide-level-0/h1-with-table
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/slide-level-0/h1-with-table
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/slide-level-0/h1-with-table')
-rw-r--r--test/pptx/slide-level-0/h1-with-table/deleted-layouts.pptxbin0 -> 29008 bytes
-rw-r--r--test/pptx/slide-level-0/h1-with-table/input.native13
-rw-r--r--test/pptx/slide-level-0/h1-with-table/moved-layouts.pptxbin0 -> 39731 bytes
-rw-r--r--test/pptx/slide-level-0/h1-with-table/output.pptxbin0 -> 26166 bytes
-rw-r--r--test/pptx/slide-level-0/h1-with-table/templated.pptxbin0 -> 39232 bytes
5 files changed, 13 insertions, 0 deletions
diff --git a/test/pptx/slide-level-0/h1-with-table/deleted-layouts.pptx b/test/pptx/slide-level-0/h1-with-table/deleted-layouts.pptx
new file mode 100644
index 000000000..0eb7c0b08
--- /dev/null
+++ b/test/pptx/slide-level-0/h1-with-table/deleted-layouts.pptx
Binary files differ
diff --git a/test/pptx/slide-level-0/h1-with-table/input.native b/test/pptx/slide-level-0/h1-with-table/input.native
new file mode 100644
index 000000000..b961e900d
--- /dev/null
+++ b/test/pptx/slide-level-0/h1-with-table/input.native
@@ -0,0 +1,13 @@
+[Header 1 ("hello",[],[]) [Str "Hello"]
+,Table ("",[],[]) (Caption Nothing
+ [])
+ [(AlignDefault,ColWidth 5.555555555555555e-2)]
+ (TableHead ("",[],[])
+ [])
+ [(TableBody ("",[],[]) (RowHeadColumns 0)
+ []
+ [Row ("",[],[])
+ [Cell ("",[],[]) AlignDefault (RowSpan 1) (ColSpan 1)
+ [Plain [Str "1"]]]])]
+ (TableFoot ("",[],[])
+ [])]
diff --git a/test/pptx/slide-level-0/h1-with-table/moved-layouts.pptx b/test/pptx/slide-level-0/h1-with-table/moved-layouts.pptx
new file mode 100644
index 000000000..197499bc3
--- /dev/null
+++ b/test/pptx/slide-level-0/h1-with-table/moved-layouts.pptx
Binary files differ
diff --git a/test/pptx/slide-level-0/h1-with-table/output.pptx b/test/pptx/slide-level-0/h1-with-table/output.pptx
new file mode 100644
index 000000000..44dbbf90c
--- /dev/null
+++ b/test/pptx/slide-level-0/h1-with-table/output.pptx
Binary files differ
diff --git a/test/pptx/slide-level-0/h1-with-table/templated.pptx b/test/pptx/slide-level-0/h1-with-table/templated.pptx
new file mode 100644
index 000000000..87b45dda2
--- /dev/null
+++ b/test/pptx/slide-level-0/h1-with-table/templated.pptx
Binary files differ