Files
go-golden/testdata/TestAssert_XMLMarshaling/empty_struct/marshaled_xml.golden
Jim Myhrberg 4e07a1a657 wip(assertion): incomplete refactor of tests and assertion helpers
Tests have started using github.com/jimeh/go-mocktesting which allows
testing unhappy paths where t.Fatal() and related functions are called.
2021-12-28 02:24:00 +00:00

4 lines
44 B
Plaintext

<book>
<id></id>
<title></title>
</book>