Re: runtest --xml produces invalid XML if test name contains special characters
Ben Elliston <[email protected]> Tue, 15 Aug 2017 05:46:17 +1000
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 14, 2017 at 07:03:01PM +0300, Andrey ``Bass'' Shcheglov wrote: > Not that the '&' character is not escaped, and the resulting XML is > not valid. Here's how the above fragment should have looked like: > > |<test> <input></input> <output></output> <result>PASS</result> > > <name>i386 float AT&T mnemonic</name> <prms_id>0</prms_id> </test>| Thanks, shall fix. Cheers, Ben