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/footer | |
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/footer')
-rw-r--r-- | test/pptx/footer/basic/output.pptx | bin | 52775 -> 52727 bytes |
-rw-r--r-- | test/pptx/footer/fixed-date/output.pptx | bin | 51397 -> 51354 bytes |
-rw-r--r-- | test/pptx/footer/higher-slide-number/output.pptx | bin | 52790 -> 52740 bytes |
-rw-r--r-- | test/pptx/footer/no-title-slide/output.pptx | bin | 52362 -> 52314 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/test/pptx/footer/basic/output.pptx b/test/pptx/footer/basic/output.pptx Binary files differindex db8814418..2af46108c 100644 --- a/test/pptx/footer/basic/output.pptx +++ b/test/pptx/footer/basic/output.pptx diff --git a/test/pptx/footer/fixed-date/output.pptx b/test/pptx/footer/fixed-date/output.pptx Binary files differindex 85854a744..678ecdb87 100644 --- a/test/pptx/footer/fixed-date/output.pptx +++ b/test/pptx/footer/fixed-date/output.pptx diff --git a/test/pptx/footer/higher-slide-number/output.pptx b/test/pptx/footer/higher-slide-number/output.pptx Binary files differindex c5bc3d047..651491107 100644 --- a/test/pptx/footer/higher-slide-number/output.pptx +++ b/test/pptx/footer/higher-slide-number/output.pptx diff --git a/test/pptx/footer/no-title-slide/output.pptx b/test/pptx/footer/no-title-slide/output.pptx Binary files differindex d1475bf1f..c470cbb94 100644 --- a/test/pptx/footer/no-title-slide/output.pptx +++ b/test/pptx/footer/no-title-slide/output.pptx |