diff options
author | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-01-22 11:52:03 -0500 |
---|---|---|
committer | Jesse Rosenthal <jrosenthal@jhu.edu> | 2018-01-22 11:52:03 -0500 |
commit | 145c3f54f989c3c1217b2706655e20e7af137c70 (patch) | |
tree | 23322e348f0fd7c093e13c05e20d9fefc4aed0c4 /test/pptx | |
parent | 5cdac2607dcb2ad66e7e9aba3521948669724cda (diff) | |
download | pandoc-145c3f54f989c3c1217b2706655e20e7af137c70.tar.gz |
Powerpoint writer: Add further tests
Tests added for:
- table of contents
- endnotes
- endnotes with table of contents
Powerpoint output checked in MS PowerPoint 2013 (Windows)
Diffstat (limited to 'test/pptx')
-rw-r--r-- | test/pptx/endnotes.native | 2 | ||||
-rw-r--r-- | test/pptx/endnotes.pptx | bin | 0 -> 26419 bytes | |||
-rw-r--r-- | test/pptx/endnotes_toc.pptx | bin | 0 -> 27344 bytes | |||
-rw-r--r-- | test/pptx/slide_breaks_toc.pptx | bin | 0 -> 28988 bytes |
4 files changed, 2 insertions, 0 deletions
diff --git a/test/pptx/endnotes.native b/test/pptx/endnotes.native new file mode 100644 index 000000000..f6caeb62f --- /dev/null +++ b/test/pptx/endnotes.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.pptx b/test/pptx/endnotes.pptx Binary files differnew file mode 100644 index 000000000..b16f6db5f --- /dev/null +++ b/test/pptx/endnotes.pptx diff --git a/test/pptx/endnotes_toc.pptx b/test/pptx/endnotes_toc.pptx Binary files differnew file mode 100644 index 000000000..bdbb5716c --- /dev/null +++ b/test/pptx/endnotes_toc.pptx diff --git a/test/pptx/slide_breaks_toc.pptx b/test/pptx/slide_breaks_toc.pptx Binary files differnew file mode 100644 index 000000000..bef085608 --- /dev/null +++ b/test/pptx/slide_breaks_toc.pptx |