aboutsummaryrefslogtreecommitdiff
path: root/test/docx
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-12-18 09:54:14 -0800
committerJohn MacFarlane <[email protected]>2023-12-18 09:54:14 -0800
commit9c5e6aeedc8fe8653e9e050d5dfefc969f0d8e8c (patch)
treef2fdd7e593c2d04ebd83c3bac8a2eb462560fef4 /test/docx
parent72269357b759ff75e6b9c7bf45d4f55f6985e903 (diff)
Docx writer: fix validation error.
The elements in pPr in lists were not properly ordered. This doesn't seem to cause problems for Word, but it makes validation fail and may pose problems for other consumers of docx. Closes #9265.
Diffstat (limited to 'test/docx')
-rw-r--r--test/docx/golden/lists.docxbin10199 -> 10199 bytes
-rw-r--r--test/docx/golden/lists_div_bullets.docxbin9847 -> 9849 bytes
-rw-r--r--test/docx/golden/lists_multiple_initial.docxbin10076 -> 10077 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/lists.docx b/test/docx/golden/lists.docx
index d4d95b0a3..a92c1d470 100644
--- a/test/docx/golden/lists.docx
+++ b/test/docx/golden/lists.docx
Binary files differ
diff --git a/test/docx/golden/lists_div_bullets.docx b/test/docx/golden/lists_div_bullets.docx
index 3fdf638bb..af466f425 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 e374a5b64..c13bdc3bf 100644
--- a/test/docx/golden/lists_multiple_initial.docx
+++ b/test/docx/golden/lists_multiple_initial.docx
Binary files differ