[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Handle special characters in Junit report

From: Branko Čibej <brane_at_xbc.nu>
Date: Fri, 04 Dec 2009 12:10:17 +0100

Julian Foad wrote:
> Branko Čibej wrote:
>
>> Bhuvaneswaran A wrote:
>>
>>> The failure message for few tests contain special characters, ex:
>>>
>
> What do you mean by "special" characters? Unprintable characters?
> Non-UTF8 characters? Invalid XML characters? Characters that are XML
> syntax characters such as "<"?
>

He's filtering out characters that are invalid in XML -- that's all the
ASCII control codes except CR and LF. There is no way to represent or
quote those characters in valid XML, you can't even use character
references.

-- Brane
Received on 2009-12-04 12:10:51 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.