aboutsummaryrefslogtreecommitdiff
path: root/test/docx
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-05-31 10:43:24 -0600
committerJohn MacFarlane <[email protected]>2024-05-31 10:43:24 -0600
commit872d7bcd286223fc395ae8909426aaa103b8bf82 (patch)
tree505dbfeb47c2324845216e9597254ff4c7fa8e6f /test/docx
parent439e586bc7499e9796815bd242891327b470b99e (diff)
Fix metadata in docx writer.
The new OpenXML template had spaces for metadata that need to be filled with OpenXML fragments with the proper shape. This patch ensures that everything is the right shape. Closes #9828.
Diffstat (limited to 'test/docx')
-rw-r--r--test/docx/golden/block_quotes.docxbin10658 -> 10657 bytes
-rw-r--r--test/docx/golden/codeblock.docxbin10475 -> 10474 bytes
-rw-r--r--test/docx/golden/comments.docxbin10805 -> 10805 bytes
-rw-r--r--test/docx/golden/custom_style_no_reference.docxbin10577 -> 10577 bytes
-rw-r--r--test/docx/golden/custom_style_preserve.docxbin11204 -> 11204 bytes
-rw-r--r--test/docx/golden/custom_style_reference.docxbin12551 -> 12436 bytes
-rw-r--r--test/docx/golden/definition_list.docxbin10475 -> 10474 bytes
-rw-r--r--test/docx/golden/document-properties-short-desc.docxbin10436 -> 10496 bytes
-rw-r--r--test/docx/golden/document-properties.docxbin10929 -> 10990 bytes
-rw-r--r--test/docx/golden/headers.docxbin10615 -> 10614 bytes
-rw-r--r--test/docx/golden/image.docxbin27355 -> 27354 bytes
-rw-r--r--test/docx/golden/inline_code.docxbin10414 -> 10413 bytes
-rw-r--r--test/docx/golden/inline_formatting.docxbin10593 -> 10592 bytes
-rw-r--r--test/docx/golden/inline_images.docxbin27351 -> 27350 bytes
-rw-r--r--test/docx/golden/link_in_notes.docxbin10636 -> 10635 bytes
-rw-r--r--test/docx/golden/links.docxbin10805 -> 10804 bytes
-rw-r--r--test/docx/golden/lists.docxbin11006 -> 11005 bytes
-rw-r--r--test/docx/golden/lists_continuing.docxbin10668 -> 10667 bytes
-rw-r--r--test/docx/golden/lists_div_bullets.docxbin10652 -> 10651 bytes
-rw-r--r--test/docx/golden/lists_multiple_initial.docxbin10886 -> 10885 bytes
-rw-r--r--test/docx/golden/lists_restarting.docxbin10666 -> 10665 bytes
-rw-r--r--test/docx/golden/nested_anchors_in_header.docxbin10807 -> 10806 bytes
-rw-r--r--test/docx/golden/notes.docxbin10584 -> 10583 bytes
-rw-r--r--test/docx/golden/raw-blocks.docxbin10513 -> 10512 bytes
-rw-r--r--test/docx/golden/raw-bookmarks.docxbin10647 -> 10646 bytes
-rw-r--r--test/docx/golden/table_one_row.docxbin10497 -> 10496 bytes
-rw-r--r--test/docx/golden/table_with_list_cell.docxbin10947 -> 10946 bytes
-rw-r--r--test/docx/golden/tables-default-widths.docxbin10848 -> 10847 bytes
-rw-r--r--test/docx/golden/tables.docxbin10862 -> 10861 bytes
-rw-r--r--test/docx/golden/tables_separated_with_rawblock.docxbin10493 -> 10492 bytes
-rw-r--r--test/docx/golden/track_changes_deletion.docxbin10458 -> 10457 bytes
-rw-r--r--test/docx/golden/track_changes_insertion.docxbin10440 -> 10439 bytes
-rw-r--r--test/docx/golden/track_changes_move.docxbin10471 -> 10470 bytes
-rw-r--r--test/docx/golden/track_changes_scrubbed_metadata.docxbin10584 -> 10584 bytes
-rw-r--r--test/docx/golden/unicode.docxbin10417 -> 10416 bytes
-rw-r--r--test/docx/golden/verbatim_subsuper.docxbin10445 -> 10444 bytes
36 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/block_quotes.docx b/test/docx/golden/block_quotes.docx
index 133d9b554..abd6fbdf1 100644
--- a/test/docx/golden/block_quotes.docx
+++ b/test/docx/golden/block_quotes.docx
Binary files differ
diff --git a/test/docx/golden/codeblock.docx b/test/docx/golden/codeblock.docx
index a24fa5857..302f661ad 100644
--- a/test/docx/golden/codeblock.docx
+++ b/test/docx/golden/codeblock.docx
Binary files differ
diff --git a/test/docx/golden/comments.docx b/test/docx/golden/comments.docx
index 3e417beff..50601caf6 100644
--- a/test/docx/golden/comments.docx
+++ b/test/docx/golden/comments.docx
Binary files differ
diff --git a/test/docx/golden/custom_style_no_reference.docx b/test/docx/golden/custom_style_no_reference.docx
index a2535e61e..ea4b7608c 100644
--- a/test/docx/golden/custom_style_no_reference.docx
+++ b/test/docx/golden/custom_style_no_reference.docx
Binary files differ
diff --git a/test/docx/golden/custom_style_preserve.docx b/test/docx/golden/custom_style_preserve.docx
index 82f0ba521..c0939143c 100644
--- a/test/docx/golden/custom_style_preserve.docx
+++ b/test/docx/golden/custom_style_preserve.docx
Binary files differ
diff --git a/test/docx/golden/custom_style_reference.docx b/test/docx/golden/custom_style_reference.docx
index 536a184ab..16c94d068 100644
--- a/test/docx/golden/custom_style_reference.docx
+++ b/test/docx/golden/custom_style_reference.docx
Binary files differ
diff --git a/test/docx/golden/definition_list.docx b/test/docx/golden/definition_list.docx
index 03e4173f9..d4adb9e1b 100644
--- a/test/docx/golden/definition_list.docx
+++ b/test/docx/golden/definition_list.docx
Binary files differ
diff --git a/test/docx/golden/document-properties-short-desc.docx b/test/docx/golden/document-properties-short-desc.docx
index e39131431..62df051a9 100644
--- a/test/docx/golden/document-properties-short-desc.docx
+++ b/test/docx/golden/document-properties-short-desc.docx
Binary files differ
diff --git a/test/docx/golden/document-properties.docx b/test/docx/golden/document-properties.docx
index 59c0e81ad..073bd4239 100644
--- a/test/docx/golden/document-properties.docx
+++ b/test/docx/golden/document-properties.docx
Binary files differ
diff --git a/test/docx/golden/headers.docx b/test/docx/golden/headers.docx
index f3860214b..678e2a1ca 100644
--- a/test/docx/golden/headers.docx
+++ b/test/docx/golden/headers.docx
Binary files differ
diff --git a/test/docx/golden/image.docx b/test/docx/golden/image.docx
index f4b967d17..90be4af5d 100644
--- a/test/docx/golden/image.docx
+++ b/test/docx/golden/image.docx
Binary files differ
diff --git a/test/docx/golden/inline_code.docx b/test/docx/golden/inline_code.docx
index c2abe7a93..1bcf6866c 100644
--- a/test/docx/golden/inline_code.docx
+++ b/test/docx/golden/inline_code.docx
Binary files differ
diff --git a/test/docx/golden/inline_formatting.docx b/test/docx/golden/inline_formatting.docx
index f1049877d..bcdaa624e 100644
--- a/test/docx/golden/inline_formatting.docx
+++ b/test/docx/golden/inline_formatting.docx
Binary files differ
diff --git a/test/docx/golden/inline_images.docx b/test/docx/golden/inline_images.docx
index 324855f96..cff435829 100644
--- a/test/docx/golden/inline_images.docx
+++ b/test/docx/golden/inline_images.docx
Binary files differ
diff --git a/test/docx/golden/link_in_notes.docx b/test/docx/golden/link_in_notes.docx
index 4935a8053..b860f0945 100644
--- a/test/docx/golden/link_in_notes.docx
+++ b/test/docx/golden/link_in_notes.docx
Binary files differ
diff --git a/test/docx/golden/links.docx b/test/docx/golden/links.docx
index 796968f8a..29b8eb794 100644
--- a/test/docx/golden/links.docx
+++ b/test/docx/golden/links.docx
Binary files differ
diff --git a/test/docx/golden/lists.docx b/test/docx/golden/lists.docx
index 4f021efc9..8a4e90205 100644
--- a/test/docx/golden/lists.docx
+++ b/test/docx/golden/lists.docx
Binary files differ
diff --git a/test/docx/golden/lists_continuing.docx b/test/docx/golden/lists_continuing.docx
index c93ece92f..ca9965997 100644
--- a/test/docx/golden/lists_continuing.docx
+++ b/test/docx/golden/lists_continuing.docx
Binary files differ
diff --git a/test/docx/golden/lists_div_bullets.docx b/test/docx/golden/lists_div_bullets.docx
index 52a29568d..c491af67e 100644
--- a/test/docx/golden/lists_div_bullets.docx
+++ b/test/docx/golden/lists_div_bullets.docx
Binary files differ
diff --git a/test/docx/golden/lists_multiple_initial.docx b/test/docx/golden/lists_multiple_initial.docx
index 2a7559a52..4c3c09bbb 100644
--- a/test/docx/golden/lists_multiple_initial.docx
+++ b/test/docx/golden/lists_multiple_initial.docx
Binary files differ
diff --git a/test/docx/golden/lists_restarting.docx b/test/docx/golden/lists_restarting.docx
index f9af2b83b..de35b30bd 100644
--- a/test/docx/golden/lists_restarting.docx
+++ b/test/docx/golden/lists_restarting.docx
Binary files differ
diff --git a/test/docx/golden/nested_anchors_in_header.docx b/test/docx/golden/nested_anchors_in_header.docx
index dbe3f6d51..77dcc9f14 100644
--- a/test/docx/golden/nested_anchors_in_header.docx
+++ b/test/docx/golden/nested_anchors_in_header.docx
Binary files differ
diff --git a/test/docx/golden/notes.docx b/test/docx/golden/notes.docx
index 14a833d21..045f6e81d 100644
--- a/test/docx/golden/notes.docx
+++ b/test/docx/golden/notes.docx
Binary files differ
diff --git a/test/docx/golden/raw-blocks.docx b/test/docx/golden/raw-blocks.docx
index 0fb1f40b9..7f834d67a 100644
--- a/test/docx/golden/raw-blocks.docx
+++ b/test/docx/golden/raw-blocks.docx
Binary files differ
diff --git a/test/docx/golden/raw-bookmarks.docx b/test/docx/golden/raw-bookmarks.docx
index b94285947..5250f9eaf 100644
--- a/test/docx/golden/raw-bookmarks.docx
+++ b/test/docx/golden/raw-bookmarks.docx
Binary files differ
diff --git a/test/docx/golden/table_one_row.docx b/test/docx/golden/table_one_row.docx
index b73a997cc..e9673e3fb 100644
--- a/test/docx/golden/table_one_row.docx
+++ b/test/docx/golden/table_one_row.docx
Binary files differ
diff --git a/test/docx/golden/table_with_list_cell.docx b/test/docx/golden/table_with_list_cell.docx
index 79ceaf8fe..a316901a7 100644
--- a/test/docx/golden/table_with_list_cell.docx
+++ b/test/docx/golden/table_with_list_cell.docx
Binary files differ
diff --git a/test/docx/golden/tables-default-widths.docx b/test/docx/golden/tables-default-widths.docx
index 6473bfaff..17e303a0d 100644
--- a/test/docx/golden/tables-default-widths.docx
+++ b/test/docx/golden/tables-default-widths.docx
Binary files differ
diff --git a/test/docx/golden/tables.docx b/test/docx/golden/tables.docx
index 34b50579a..407a7a68d 100644
--- a/test/docx/golden/tables.docx
+++ b/test/docx/golden/tables.docx
Binary files differ
diff --git a/test/docx/golden/tables_separated_with_rawblock.docx b/test/docx/golden/tables_separated_with_rawblock.docx
index 4c7ca4459..2ef25bfbb 100644
--- a/test/docx/golden/tables_separated_with_rawblock.docx
+++ b/test/docx/golden/tables_separated_with_rawblock.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_deletion.docx b/test/docx/golden/track_changes_deletion.docx
index 90fdf2464..a1767a5ad 100644
--- a/test/docx/golden/track_changes_deletion.docx
+++ b/test/docx/golden/track_changes_deletion.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_insertion.docx b/test/docx/golden/track_changes_insertion.docx
index 70d17b05c..d47b0421f 100644
--- a/test/docx/golden/track_changes_insertion.docx
+++ b/test/docx/golden/track_changes_insertion.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_move.docx b/test/docx/golden/track_changes_move.docx
index 3111b17f7..6c45c17bc 100644
--- a/test/docx/golden/track_changes_move.docx
+++ b/test/docx/golden/track_changes_move.docx
Binary files differ
diff --git a/test/docx/golden/track_changes_scrubbed_metadata.docx b/test/docx/golden/track_changes_scrubbed_metadata.docx
index ae0190ef0..ff164e527 100644
--- a/test/docx/golden/track_changes_scrubbed_metadata.docx
+++ b/test/docx/golden/track_changes_scrubbed_metadata.docx
Binary files differ
diff --git a/test/docx/golden/unicode.docx b/test/docx/golden/unicode.docx
index 3f4996039..3f638256e 100644
--- a/test/docx/golden/unicode.docx
+++ b/test/docx/golden/unicode.docx
Binary files differ
diff --git a/test/docx/golden/verbatim_subsuper.docx b/test/docx/golden/verbatim_subsuper.docx
index f8d1471c7..92b6cdb2e 100644
--- a/test/docx/golden/verbatim_subsuper.docx
+++ b/test/docx/golden/verbatim_subsuper.docx
Binary files differ