commit | 260433673791adc2765fa2485826f405a884067e | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Wed Aug 30 17:40:15 2017 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Wed Aug 30 17:40:15 2017 +0300 |
tree | 3db708935049acfddc70dbde4d50fdfef0f43381 | |
parent | 4b173cbcf1f7f9999980a5886a469a5edaa5504a [diff] [blame] |
Fix misleading comment
diff --git a/xmltest.cpp b/xmltest.cpp index 7f2b22a..1c220ba 100644 --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -1909,7 +1909,8 @@ { // 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 />";