File: approvals_test.TestVerifyBadXMLStruct.approved.xml

package info (click to toggle)
golang-github-approvals-go-approval-tests 0.0~git20180620.6ae1ec6-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 296 kB
  • sloc: xml: 16; makefile: 3
file content (7 lines) | stat: -rw-r--r-- 198 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
error while pretty printing XML
when using anonymous types be sure to include
  XMLName xml.Name `xml:"Your_Name_Here"`
error:
  xml: unsupported type: struct { Title string }
XML:
  {Hello World!}