aboutsummaryrefslogtreecommitdiff
path: root/test/docx
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-12-17 17:03:14 -0800
committerJohn MacFarlane <[email protected]>2023-12-17 17:03:14 -0800
commitc9bf4da74ffa21b4cf4b5fdfdcf02807db5dc5bd (patch)
tree7e8e6b583f8b5034424e962d4988b8209ff6685f /test/docx
parent3abbf97d0bfb17c6ffe26ff8079b93f5cf2faa5d (diff)
Docx writer: ensure that elements in settings are ordered correctly.
The elements must occur in a specific order. This was being messed up when integrating a custom reference.docx. Closes #9264.
Diffstat (limited to 'test/docx')
-rw-r--r--test/docx/golden/block_quotes.docxbin10096 -> 9985 bytes
-rw-r--r--test/docx/golden/codeblock.docxbin9912 -> 9800 bytes
-rw-r--r--test/docx/golden/comments.docxbin10249 -> 10138 bytes
-rw-r--r--test/docx/golden/custom_style_no_reference.docxbin10012 -> 9900 bytes
-rw-r--r--test/docx/golden/custom_style_preserve.docxbin10642 -> 10530 bytes
-rw-r--r--test/docx/golden/custom_style_reference.docxbin12388 -> 12552 bytes
-rw-r--r--test/docx/golden/definition_list.docxbin9911 -> 9800 bytes
-rw-r--r--test/docx/golden/document-properties-short-desc.docxbin9918 -> 9807 bytes
-rw-r--r--test/docx/golden/document-properties.docxbin10403 -> 10292 bytes
-rw-r--r--test/docx/golden/headers.docxbin10051 -> 9940 bytes
-rw-r--r--test/docx/golden/image.docxbin26792 -> 26682 bytes
-rw-r--r--test/docx/golden/inline_code.docxbin9850 -> 9740 bytes
-rw-r--r--test/docx/golden/inline_formatting.docxbin10030 -> 9920 bytes
-rw-r--r--test/docx/golden/inline_images.docxbin26790 -> 26680 bytes
-rw-r--r--test/docx/golden/link_in_notes.docxbin10072 -> 9961 bytes
-rw-r--r--test/docx/golden/links.docxbin10243 -> 10133 bytes
-rw-r--r--test/docx/golden/lists.docxbin10309 -> 10199 bytes
-rw-r--r--test/docx/golden/lists_continuing.docxbin10105 -> 9994 bytes
-rw-r--r--test/docx/golden/lists_div_bullets.docxbin9958 -> 9847 bytes
-rw-r--r--test/docx/golden/lists_multiple_initial.docxbin10187 -> 10076 bytes
-rw-r--r--test/docx/golden/lists_restarting.docxbin10103 -> 9992 bytes
-rw-r--r--test/docx/golden/nested_anchors_in_header.docxbin10243 -> 10133 bytes
-rw-r--r--test/docx/golden/notes.docxbin10019 -> 9908 bytes
-rw-r--r--test/docx/golden/raw-blocks.docxbin9951 -> 9840 bytes
-rw-r--r--test/docx/golden/raw-bookmarks.docxbin10085 -> 9974 bytes
-rw-r--r--test/docx/golden/table_one_row.docxbin9940 -> 9829 bytes
-rw-r--r--test/docx/golden/table_with_list_cell.docxbin10259 -> 10148 bytes
-rw-r--r--test/docx/golden/tables-default-widths.docxbin10286 -> 10175 bytes
-rw-r--r--test/docx/golden/tables.docxbin10301 -> 10190 bytes
-rw-r--r--test/docx/golden/tables_separated_with_rawblock.docxbin9936 -> 9825 bytes
-rw-r--r--test/docx/golden/track_changes_deletion.docxbin9894 -> 9783 bytes
-rw-r--r--test/docx/golden/track_changes_insertion.docxbin9878 -> 9766 bytes
-rw-r--r--test/docx/golden/track_changes_move.docxbin9911 -> 9800 bytes
-rw-r--r--test/docx/golden/track_changes_scrubbed_metadata.docxbin10023 -> 9912 bytes
-rw-r--r--test/docx/golden/unicode.docxbin9836 -> 9726 bytes
-rw-r--r--test/docx/golden/verbatim_subsuper.docxbin9883 -> 9773 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 2c00e9ef0..e1e296f9e 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 224c3c839..62c250088 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 79e19d04b..eec06b554 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 561fb1534..08fb23e35 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 b49f66856..e319402f2 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 da579ca2f..4ff5e0d1f 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 c1d06bc66..fda2f36ff 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 b0d7b131f..bca089815 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 152149d89..197edc2d8 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 f3832437d..e8865a24e 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 bbc632aea..6d6b4c9f3 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 51eb15567..61bd6ba80 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 78391faee..bfb3a110b 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 f43dbd9bc..b73c35e2e 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 ac1f91c9e..c6fb930af 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 2fc3a973b..93db9c769 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 645d55ed9..d4d95b0a3 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 e0c70ec8b..3d346262e 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 e9830e2b4..3fdf638bb 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 43ecec97b..e374a5b64 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 9a996f345..a15f34504 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 2e6ba5048..5f586c7b5 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 1aee1887e..2fae1180c 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 b654496af..faa83617a 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 4b159b79b..508a4b17b 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 1f390bad3..26aa84e43 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 47a169b39..acafc4e5e 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 d1b4b9359..8a8bde8b7 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 6de810420..a5d11c27c 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 90727c06e..1085a0949 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 77ce29a8c..41d26562d 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 27a36ed6e..3e0380049 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 93141cf25..ee83709c9 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 9864ca04d..f3b12bfad 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 e08c9ffd6..c118c7ebd 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 adf72b847..5388d126c 100644
--- a/test/docx/golden/verbatim_subsuper.docx
+++ b/test/docx/golden/verbatim_subsuper.docx
Binary files differ