diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-10-04 12:18:18 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-10-04 12:24:12 -0700 |
commit | b8d460eeabe97756d49e4bc5f00c6bb084b69aa5 (patch) | |
tree | cdb90c7e6034c56b35ad87f99cc372ddbd8fba5a /test/pptx/slide-level-0 | |
parent | 11baeb88505342c580cc3dd0263c4ba97e6ddb8a (diff) | |
download | pandoc-b8d460eeabe97756d49e4bc5f00c6bb084b69aa5.tar.gz |
Powerpoint writer: consolidate text runs when possible.
This slims down the output files by avoiding unnecessary
text run elements.
Updated golden tests.
Diffstat (limited to 'test/pptx/slide-level-0')
-rw-r--r-- | test/pptx/slide-level-0/h1-with-image/deleted-layouts.pptx | bin | 47118 -> 47114 bytes |
-rw-r--r-- | test/pptx/slide-level-0/h1-with-image/moved-layouts.pptx | bin | 57804 -> 57800 bytes |
-rw-r--r-- | test/pptx/slide-level-0/h1-with-image/output.pptx | bin | 44245 -> 44242 bytes |
-rw-r--r-- | test/pptx/slide-level-0/h1-with-image/templated.pptx | bin | 57306 -> 57302 bytes |
-rw-r--r-- | test/pptx/slide-level-0/h2-with-image/deleted-layouts.pptx | bin | 47118 -> 47114 bytes |
-rw-r--r-- | test/pptx/slide-level-0/h2-with-image/moved-layouts.pptx | bin | 57804 -> 57800 bytes |
-rw-r--r-- | test/pptx/slide-level-0/h2-with-image/output.pptx | bin | 44245 -> 44242 bytes |
-rw-r--r-- | test/pptx/slide-level-0/h2-with-image/templated.pptx | bin | 57306 -> 57302 bytes |
8 files changed, 0 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 differindex 7bc7cfeee..478dde788 100644 --- a/test/pptx/slide-level-0/h1-with-image/deleted-layouts.pptx +++ b/test/pptx/slide-level-0/h1-with-image/deleted-layouts.pptx 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 differindex 602df1c77..63b411888 100644 --- a/test/pptx/slide-level-0/h1-with-image/moved-layouts.pptx +++ 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 differindex f725760dc..70fc6aee2 100644 --- a/test/pptx/slide-level-0/h1-with-image/output.pptx +++ 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 differindex b203ff671..7a023480f 100644 --- a/test/pptx/slide-level-0/h1-with-image/templated.pptx +++ b/test/pptx/slide-level-0/h1-with-image/templated.pptx diff --git a/test/pptx/slide-level-0/h2-with-image/deleted-layouts.pptx b/test/pptx/slide-level-0/h2-with-image/deleted-layouts.pptx Binary files differindex 7bc7cfeee..478dde788 100644 --- a/test/pptx/slide-level-0/h2-with-image/deleted-layouts.pptx +++ b/test/pptx/slide-level-0/h2-with-image/deleted-layouts.pptx diff --git a/test/pptx/slide-level-0/h2-with-image/moved-layouts.pptx b/test/pptx/slide-level-0/h2-with-image/moved-layouts.pptx Binary files differindex 602df1c77..63b411888 100644 --- a/test/pptx/slide-level-0/h2-with-image/moved-layouts.pptx +++ b/test/pptx/slide-level-0/h2-with-image/moved-layouts.pptx diff --git a/test/pptx/slide-level-0/h2-with-image/output.pptx b/test/pptx/slide-level-0/h2-with-image/output.pptx Binary files differindex f725760dc..70fc6aee2 100644 --- a/test/pptx/slide-level-0/h2-with-image/output.pptx +++ b/test/pptx/slide-level-0/h2-with-image/output.pptx diff --git a/test/pptx/slide-level-0/h2-with-image/templated.pptx b/test/pptx/slide-level-0/h2-with-image/templated.pptx Binary files differindex b203ff671..7a023480f 100644 --- a/test/pptx/slide-level-0/h2-with-image/templated.pptx +++ b/test/pptx/slide-level-0/h2-with-image/templated.pptx |