This affects version 0.4.2, so it seems different to the other similar reported errors. The issue happens when a sinon-chai expect fails, and the failing line in the XML looks like this:
Nested exception:
org.xml.sax.SAXParseException; lineNumber: 1481; columnNumber: 1; An invalid XML character (Unicode: 0x1b) was found in the element content of the document.
This affects version 0.4.2, so it seems different to the other similar reported errors. The issue happens when a
sinon-chai
expect fails, and the failing line in the XML looks like this:The line in question:
Let me know if there is any other information I can provide