1
0
mirror of https://github.com/fumiama/go-docx.git synced 2026-06-05 07:40:24 +08:00

add: xmlns:wp14 in Document

This commit is contained in:
源文雨
2023-02-15 14:10:48 +08:00
parent 9a504d59dc
commit d10c5b0cb3
6 changed files with 15 additions and 10 deletions

View File

@@ -519,6 +519,7 @@ func TestUnmarshalDrawingStructure(t *testing.T) {
XMLW: XMLNS_W,
XMLR: XMLNS_R,
XMLWP: XMLNS_WP,
XMLWP14: XMLNS_WP14,
XMLName: xml.Name{Space: XMLNS_W, Local: "document"}}
err := xml.Unmarshal(StringToBytes(drawing_doc), &doc)
if err != nil {