From 1e84178431b3fc18de92b86c7f09f4908d955a92 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 22 Jul 2020 10:33:33 -0700 Subject: Docx writer: support --number-sections. Closes #1413. --- test/docx/golden/block_quotes.docx | Bin 10036 -> 10052 bytes test/docx/golden/codeblock.docx | Bin 9882 -> 9904 bytes test/docx/golden/comments.docx | Bin 10216 -> 10239 bytes test/docx/golden/custom_style_no_reference.docx | Bin 9980 -> 10003 bytes test/docx/golden/custom_style_preserve.docx | Bin 10606 -> 10624 bytes test/docx/golden/definition_list.docx | Bin 9873 -> 9895 bytes .../docx/golden/document-properties-short-desc.docx | Bin 9884 -> 9906 bytes test/docx/golden/document-properties.docx | Bin 10361 -> 10384 bytes test/docx/golden/headers.docx | Bin 10022 -> 10040 bytes test/docx/golden/image.docx | Bin 26698 -> 26718 bytes test/docx/golden/inline_code.docx | Bin 9817 -> 9840 bytes test/docx/golden/inline_formatting.docx | Bin 9987 -> 10010 bytes test/docx/golden/inline_images.docx | Bin 26753 -> 26776 bytes test/docx/golden/link_in_notes.docx | Bin 10039 -> 10061 bytes test/docx/golden/links.docx | Bin 10217 -> 10236 bytes test/docx/golden/lists.docx | Bin 10307 -> 10325 bytes test/docx/golden/lists_continuing.docx | Bin 10091 -> 10113 bytes test/docx/golden/lists_restarting.docx | Bin 10091 -> 10113 bytes test/docx/golden/nested_anchors_in_header.docx | Bin 10179 -> 10199 bytes test/docx/golden/notes.docx | Bin 9989 -> 10006 bytes test/docx/golden/table_one_row.docx | Bin 9863 -> 9885 bytes test/docx/golden/table_with_list_cell.docx | Bin 10238 -> 10260 bytes test/docx/golden/tables.docx | Bin 10252 -> 10273 bytes test/docx/golden/track_changes_deletion.docx | Bin 9861 -> 9884 bytes test/docx/golden/track_changes_insertion.docx | Bin 9844 -> 9867 bytes test/docx/golden/track_changes_move.docx | Bin 9878 -> 9901 bytes test/docx/golden/unicode.docx | Bin 9802 -> 9825 bytes test/docx/golden/verbatim_subsuper.docx | Bin 9850 -> 9873 bytes 28 files changed, 0 insertions(+), 0 deletions(-) (limited to 'test/docx') diff --git a/test/docx/golden/block_quotes.docx b/test/docx/golden/block_quotes.docx index d478369f7..94eb8e811 100644 Binary files a/test/docx/golden/block_quotes.docx and b/test/docx/golden/block_quotes.docx differ diff --git a/test/docx/golden/codeblock.docx b/test/docx/golden/codeblock.docx index f986b0055..ee796a1fb 100644 Binary files a/test/docx/golden/codeblock.docx and b/test/docx/golden/codeblock.docx differ diff --git a/test/docx/golden/comments.docx b/test/docx/golden/comments.docx index fbb919260..a19f77278 100644 Binary files a/test/docx/golden/comments.docx and b/test/docx/golden/comments.docx differ diff --git a/test/docx/golden/custom_style_no_reference.docx b/test/docx/golden/custom_style_no_reference.docx index f14537def..c6195737f 100644 Binary files a/test/docx/golden/custom_style_no_reference.docx and b/test/docx/golden/custom_style_no_reference.docx differ diff --git a/test/docx/golden/custom_style_preserve.docx b/test/docx/golden/custom_style_preserve.docx index 64e42e9d3..9997672ba 100644 Binary files a/test/docx/golden/custom_style_preserve.docx and b/test/docx/golden/custom_style_preserve.docx differ diff --git a/test/docx/golden/definition_list.docx b/test/docx/golden/definition_list.docx index 1afb20e6c..a4abcd463 100644 Binary files a/test/docx/golden/definition_list.docx and b/test/docx/golden/definition_list.docx differ diff --git a/test/docx/golden/document-properties-short-desc.docx b/test/docx/golden/document-properties-short-desc.docx index ba7cc8df0..d18c110b6 100644 Binary files a/test/docx/golden/document-properties-short-desc.docx and b/test/docx/golden/document-properties-short-desc.docx differ diff --git a/test/docx/golden/document-properties.docx b/test/docx/golden/document-properties.docx index 426a908bb..39d87a31a 100644 Binary files a/test/docx/golden/document-properties.docx and b/test/docx/golden/document-properties.docx differ diff --git a/test/docx/golden/headers.docx b/test/docx/golden/headers.docx index 63e754b5c..6458ce105 100644 Binary files a/test/docx/golden/headers.docx and b/test/docx/golden/headers.docx differ diff --git a/test/docx/golden/image.docx b/test/docx/golden/image.docx index 04a6f2041..90362a709 100644 Binary files a/test/docx/golden/image.docx and b/test/docx/golden/image.docx differ diff --git a/test/docx/golden/inline_code.docx b/test/docx/golden/inline_code.docx index ae415a3a1..3002a2b7d 100644 Binary files a/test/docx/golden/inline_code.docx and b/test/docx/golden/inline_code.docx differ diff --git a/test/docx/golden/inline_formatting.docx b/test/docx/golden/inline_formatting.docx index ddfd45280..c5f6ce186 100644 Binary files a/test/docx/golden/inline_formatting.docx and b/test/docx/golden/inline_formatting.docx differ diff --git a/test/docx/golden/inline_images.docx b/test/docx/golden/inline_images.docx index 00a4e77c7..99e1e5e79 100644 Binary files a/test/docx/golden/inline_images.docx and b/test/docx/golden/inline_images.docx differ diff --git a/test/docx/golden/link_in_notes.docx b/test/docx/golden/link_in_notes.docx index 18c7ec8c4..a1003b47e 100644 Binary files a/test/docx/golden/link_in_notes.docx and b/test/docx/golden/link_in_notes.docx differ diff --git a/test/docx/golden/links.docx b/test/docx/golden/links.docx index 3e99c48f3..86f0230ca 100644 Binary files a/test/docx/golden/links.docx and b/test/docx/golden/links.docx differ diff --git a/test/docx/golden/lists.docx b/test/docx/golden/lists.docx index 84cb1b277..c64cbf46b 100644 Binary files a/test/docx/golden/lists.docx and b/test/docx/golden/lists.docx differ diff --git a/test/docx/golden/lists_continuing.docx b/test/docx/golden/lists_continuing.docx index ee1cb3d49..8fbd3190c 100644 Binary files a/test/docx/golden/lists_continuing.docx and b/test/docx/golden/lists_continuing.docx differ diff --git a/test/docx/golden/lists_restarting.docx b/test/docx/golden/lists_restarting.docx index 8725ffe82..e4d75764d 100644 Binary files a/test/docx/golden/lists_restarting.docx and b/test/docx/golden/lists_restarting.docx differ diff --git a/test/docx/golden/nested_anchors_in_header.docx b/test/docx/golden/nested_anchors_in_header.docx index 96b999707..3a1286e31 100644 Binary files a/test/docx/golden/nested_anchors_in_header.docx and b/test/docx/golden/nested_anchors_in_header.docx differ diff --git a/test/docx/golden/notes.docx b/test/docx/golden/notes.docx index 17dfa8c54..de39a4305 100644 Binary files a/test/docx/golden/notes.docx and b/test/docx/golden/notes.docx differ diff --git a/test/docx/golden/table_one_row.docx b/test/docx/golden/table_one_row.docx index 1a7ddf476..b3cf7b27d 100644 Binary files a/test/docx/golden/table_one_row.docx and b/test/docx/golden/table_one_row.docx differ diff --git a/test/docx/golden/table_with_list_cell.docx b/test/docx/golden/table_with_list_cell.docx index e200c8cf5..64b5f1d59 100644 Binary files a/test/docx/golden/table_with_list_cell.docx and b/test/docx/golden/table_with_list_cell.docx differ diff --git a/test/docx/golden/tables.docx b/test/docx/golden/tables.docx index 5b0a728e3..38b4d2391 100644 Binary files a/test/docx/golden/tables.docx and b/test/docx/golden/tables.docx differ diff --git a/test/docx/golden/track_changes_deletion.docx b/test/docx/golden/track_changes_deletion.docx index 1ab4f1d0e..97c060915 100644 Binary files a/test/docx/golden/track_changes_deletion.docx and b/test/docx/golden/track_changes_deletion.docx differ diff --git a/test/docx/golden/track_changes_insertion.docx b/test/docx/golden/track_changes_insertion.docx index c9f3c8a88..a1f141043 100644 Binary files a/test/docx/golden/track_changes_insertion.docx and b/test/docx/golden/track_changes_insertion.docx differ diff --git a/test/docx/golden/track_changes_move.docx b/test/docx/golden/track_changes_move.docx index acf11e7f7..fbfd8ec59 100644 Binary files a/test/docx/golden/track_changes_move.docx and b/test/docx/golden/track_changes_move.docx differ diff --git a/test/docx/golden/unicode.docx b/test/docx/golden/unicode.docx index 97ca3e7e5..4daf635e9 100644 Binary files a/test/docx/golden/unicode.docx and b/test/docx/golden/unicode.docx differ diff --git a/test/docx/golden/verbatim_subsuper.docx b/test/docx/golden/verbatim_subsuper.docx index 279b11279..984f16abd 100644 Binary files a/test/docx/golden/verbatim_subsuper.docx and b/test/docx/golden/verbatim_subsuper.docx differ -- cgit v1.2.3