diff --git a/pkg/junit/junit.go b/pkg/junit/junit.go index ac178cb..82123b1 100644 --- a/pkg/junit/junit.go +++ b/pkg/junit/junit.go @@ -102,7 +102,7 @@ type Property struct { type Result struct { Message string `xml:"message,attr"` Type string `xml:"type,attr,omitempty"` - Data string `xml:",chardata"` + Data string `xml:",cdata"` } // FormatDuration returns the JUnit string representation of the given