Issue 7475 in pharo: HDTestReport doesn't handle strange characaters well

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 7475 in pharo: HDTestReport doesn't handle strange characaters well

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Bug

New issue 7475 by [hidden email]: HDTestReport doesn't handle  
strange characaters well
http://code.google.com/p/pharo/issues/detail?id=7475

HDTestReport produces invalid XML files when the output contains < cr or  
similar characters.

Well generating XML without an XML library is an awful stupid thing to do.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 7475 in pharo: HDTestReport doesn't handle strange characaters well

pharo

Comment #1 on issue 7475 by [hidden email]: HDTestReport doesn't  
handle strange characaters well
http://code.google.com/p/pharo/issues/detail?id=7475

apparently you have to escape \c / carriage return in xml attributes. I  
wonder why?

> & and " work already in HDTestReport by manually treating them.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker