summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2024-02-03 22:50:55 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2024-02-03 22:50:55 -0800
commit0706c7a285fb905345276370da17ad74eefa7135 (patch)
tree41fe7db5a01c604f45164e4caff99121cadea58d /test
parent03bb426a4a65918bfd6fbd63d5bb32a657df5568 (diff)
Docx writer: restore ability to center-justify table.
The fix to #5947 caused all tables to be left indented. This was necessary to avoid extra indentation in table cells when a table appeared in a list item. This change makes the changes conditional, so that they only affect tables in list items. Closes #9393.
Diffstat (limited to 'test')
-rw-r--r--test/docx/golden/table_one_row.docxbin9826 -> 9824 bytes
-rw-r--r--test/docx/golden/table_with_list_cell.docxbin10146 -> 10144 bytes
-rw-r--r--test/docx/golden/tables-default-widths.docxbin10172 -> 10169 bytes
-rw-r--r--test/docx/golden/tables.docxbin10186 -> 10183 bytes
-rw-r--r--test/docx/golden/tables_separated_with_rawblock.docxbin9822 -> 9822 bytes
5 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/table_one_row.docx b/test/docx/golden/table_one_row.docx
index d9f19244d..41412be0c 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 7453d859e..cd98d27ee 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 a0fb886cd..7732d137d 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 6b8994f27..10c952625 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 d4022225d..77bfe3cac 100644
--- a/test/docx/golden/tables_separated_with_rawblock.docx
+++ b/test/docx/golden/tables_separated_with_rawblock.docx
Binary files differ