summaryrefslogtreecommitdiff
path: root/test/docx/golden/codeblock.docx
diff options
context:
space:
mode:
authorEdwin Török <edwin@etorok.net>2023-12-17 23:10:28 +0000
committerJohn MacFarlane <jgm@berkeley.edu>2023-12-18 12:30:20 -0800
commitded8132d3039b18c52456a5cf0dd1044c42d867c (patch)
tree1e3012fbae31b8d7f1c4a14e2c108b0476736ea6 /test/docx/golden/codeblock.docx
parenteb387c699257a890f541c7c61da792c5bd4f0ee7 (diff)
fix(docx): fix validation error in w:nsid
The length here seems to refer to length in bytes (so twice as long in hex): ``` ./tmp/numbering-pretty.xml:4: element nsid: Schemas validity error : Element '{http://schemas.openxmlformats.org/wordprocessingml/2006/main}nsid', attribute '{http://schemas.openxmlformats.org/wordprocessingml/2006/main}val': [facet 'length'] The value 'A990' has a length of '2'; this differs from the allowed length of '4'. ``` [This](https://learn.microsoft.com/en-us/dotnet/api/documentformat.openxml.wordprocessing.nsid?view=openxml-2.8.1) also documents the longer values. Signed-off-by: Edwin Török <edwin@etorok.net>
Diffstat (limited to 'test/docx/golden/codeblock.docx')
-rw-r--r--test/docx/golden/codeblock.docxbin9800 -> 9802 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/test/docx/golden/codeblock.docx b/test/docx/golden/codeblock.docx
index 62c250088..20440b585 100644
--- a/test/docx/golden/codeblock.docx
+++ b/test/docx/golden/codeblock.docx
Binary files differ