Fix misleading comment

This commit is contained in:
Dmitry-Me 2017-08-30 17:40:15 +03:00
parent 4b173cbcf1
commit 2604336737
1 changed files with 2 additions and 1 deletions

View File

@ -1909,7 +1909,8 @@ int main( int argc, const char ** argv )
{
// No matter - before or after successfully parsing a text -
// calling XMLDocument::Value() causes an assert in debug.
// calling XMLDocument::Value() used to cause an assert in debug.
// Null must be retured.
const char* validXml = "<?xml version=\"1.0\" encoding=\"utf-8\" ?>"
"<first />"
"<second />";