Merge remote-tracking branch 'origin/master' into manydecs

This commit is contained in:
Lee Thomason
2018-08-05 17:33:11 -07:00
3 changed files with 3 additions and 3 deletions

View File

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