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

More tests

This commit is contained in:
Gonzalo Fernandez-Victorio
2021-05-12 21:27:28 +01:00
parent 965e28ba05
commit 4c88ae23fe
4 changed files with 47 additions and 26 deletions

View File

@@ -95,6 +95,7 @@ func (r *Run) UnmarshalXML(d *xml.Decoder, start xml.StartElement) error {
}
*r = elem
return nil
}