summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-03-17 22:27:52 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2023-03-17 22:27:52 -0700
commit7f1a8f9cee38bed86eed41ce0a3734719d7ffec1 (patch)
tree4e0e4d406a701df549df3d28275f63f3ae4365a4
parent80e750aa5e7ac03add8a3ef5a8f2725b1d0ff901 (diff)
Update docx golden tests for style changes.
-rw-r--r--test/docx/golden/block_quotes.docxbin9981 -> 10025 bytes
-rw-r--r--test/docx/golden/codeblock.docxbin9830 -> 9874 bytes
-rw-r--r--test/docx/golden/comments.docxbin10175 -> 10212 bytes
-rw-r--r--test/docx/golden/custom_style_no_reference.docxbin9931 -> 9973 bytes
-rw-r--r--test/docx/golden/custom_style_preserve.docxbin10560 -> 10602 bytes
-rw-r--r--test/docx/golden/definition_list.docxbin9830 -> 9874 bytes
-rw-r--r--test/docx/golden/document-properties-short-desc.docxbin9835 -> 9880 bytes
-rw-r--r--test/docx/golden/document-properties.docxbin10324 -> 10364 bytes
-rw-r--r--test/docx/golden/headers.docxbin9969 -> 10013 bytes
-rw-r--r--test/docx/golden/image.docxbin26719 -> 26757 bytes
-rw-r--r--test/docx/golden/inline_code.docxbin9769 -> 9813 bytes
-rw-r--r--test/docx/golden/inline_formatting.docxbin9949 -> 9993 bytes
-rw-r--r--test/docx/golden/inline_images.docxbin26711 -> 26755 bytes
-rw-r--r--test/docx/golden/link_in_notes.docxbin9991 -> 10035 bytes
-rw-r--r--test/docx/golden/links.docxbin10162 -> 10206 bytes
-rw-r--r--test/docx/golden/lists.docxbin10228 -> 10272 bytes
-rw-r--r--test/docx/golden/lists_continuing.docxbin10024 -> 10068 bytes
-rw-r--r--test/docx/golden/lists_div_bullets.docxbin9878 -> 9921 bytes
-rw-r--r--test/docx/golden/lists_multiple_initial.docxbin10106 -> 10150 bytes
-rw-r--r--test/docx/golden/lists_restarting.docxbin10022 -> 10066 bytes
-rw-r--r--test/docx/golden/nested_anchors_in_header.docxbin10163 -> 10206 bytes
-rw-r--r--test/docx/golden/notes.docxbin9938 -> 9982 bytes
-rw-r--r--test/docx/golden/raw-blocks.docxbin9870 -> 9914 bytes
-rw-r--r--test/docx/golden/raw-bookmarks.docxbin10004 -> 10048 bytes
-rw-r--r--test/docx/golden/table_one_row.docxbin9840 -> 9892 bytes
-rw-r--r--test/docx/golden/table_with_list_cell.docxbin10162 -> 10210 bytes
-rw-r--r--test/docx/golden/tables-default-widths.docxbin10200 -> 10249 bytes
-rw-r--r--test/docx/golden/tables.docxbin10202 -> 10251 bytes
-rw-r--r--test/docx/golden/tables_separated_with_rawblock.docxbin9852 -> 9899 bytes
-rw-r--r--test/docx/golden/track_changes_deletion.docxbin9813 -> 9857 bytes
-rw-r--r--test/docx/golden/track_changes_insertion.docxbin9796 -> 9840 bytes
-rw-r--r--test/docx/golden/track_changes_move.docxbin9830 -> 9874 bytes
-rw-r--r--test/docx/golden/track_changes_scrubbed_metadata.docxbin9942 -> 9986 bytes
-rw-r--r--test/docx/golden/unicode.docxbin9755 -> 9799 bytes
-rw-r--r--test/docx/golden/verbatim_subsuper.docxbin9802 -> 9846 bytes
35 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/block_quotes.docx b/test/docx/golden/block_quotes.docx
index d05020f82..544530a54 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 616c9b1d0..0baa090c1 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 158ffc2bf..6015d07bb 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 49cf42f38..c50cc9883 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 e24940478..034ab3863 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/definition_list.docx b/test/docx/golden/definition_list.docx
index df148cfed..7191805b5 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 2d9e96b15..685761550 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 5bc62090b..99ba3993c 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 8c1b3e870..90b618d69 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 0b9a688fd..1d6b5fa8b 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 048ac8f15..a0052fa30 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 cf1301c4b..4ded6d1aa 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 f3c19555f..ed39308ff 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 d800a5fb4..0cd236321 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 bffdbbaf8..86605fc75 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 2b201df28..7e6be666a 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 257053a78..6173d5716 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 84b7c6501..ee53db559 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 0a3bf1016..e15a8eb40 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 0aa69805f..d650e2830 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 9d89070d9..6497dfe8c 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 f02d5951c..a78129145 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 58a101b3f..af332bcf2 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 484c363a2..26f3c5dbf 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 a7a8f2519..47083b176 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 1362d4609..6ce56eadd 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 f24e27516..0a5449a7b 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 9dcbbc9d0..dedc6d587 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 d0978f769..f9ec90b19 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 de7c44bf4..543c55068 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 958533459..8127f6c26 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 04fa05062..d8fe769c0 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 ef2dc96f8..539d25815 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 a9de2b367..0504b13df 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 3ebadc59d..99d2bd8b2 100644
--- a/test/docx/golden/verbatim_subsuper.docx
+++ b/test/docx/golden/verbatim_subsuper.docx
Binary files differ