id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc
5412,XML formatter in test library processes strings with subsequences ']]>' incorrectly,Hsilgos@…,Gennadiy Rozental,"I test my xml paser and use boost's test library for this. Also i want to have output during testing in xml format.
This is my test code:[[BR]]
BOOST_CHECK_EQUAL(parseCData(""Some comment]]>""), ""Some comment"");[[BR]]
xml_log_formatter in boost's test library makes next output:[[BR]]
"") == ""Some comment"" failed [...] ]]>[[BR]]
But it must be [[BR]]
"") == ""Some comment"" failed [...] ]]>[[BR]]
I.e. library doesn't escape subsequences ']]>'.",Bugs,closed,Boost 1.59.0,test,Boost 1.47.0,Problem,fixed,,