Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a test to ensure that valid XML is produced by the xunit reporter
XML does not allow certain characters to appear in documents. This failing test demonstrates that one of those characters is not escaped. This bug means that when a test ends up containing, for example, ANSI color codes (`[36m<div[39m`) then the generated XML file is invalid and some consumers (such as CircleCI) are unable to parse the contents. This commit does not fix the bug, just creates a failing test. Link: https://www.w3.org/TR/2006/REC-xml11-20060816/#charsets
- Loading branch information