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

fix: Paragraph.MarshalXML

This commit is contained in:
源文雨
2023-02-09 14:50:59 +08:00
parent c4142b1c82
commit f995e72acd
3 changed files with 23 additions and 3 deletions

View File

@@ -571,6 +571,8 @@ func TestMarshalDrawingStructure(t *testing.T) {
para2 := w.AddParagraph()
para2.AddText("test font size and color").Size(22).Color("ff0000")
para2.AddText("test font size and color").Size(22).Color("ff0000")
para2.AddText("test font size and color").Size(22).Color("ff0000")
nextPara := w.AddParagraph()
nextPara.AddLink("google", `http://google.com`)