mirror of
https://github.com/AxioDL/tinyxml2.git
synced 2025-05-15 11:51:37 +00:00
Merge branch 'master' of github.com:leethomason/tinyxml2
This commit is contained in:
commit
369f306b37
@ -1774,9 +1774,9 @@ int main( int argc, const char ** argv )
|
||||
// an interesting test case.
|
||||
XMLDocument doc;
|
||||
XMLError err = doc.Parse(xml);
|
||||
XMLElement* playlist = doc.FirstChildElement("playlist");
|
||||
|
||||
XMLTest("Crash bug parsing", err, XML_SUCCESS);
|
||||
|
||||
XMLElement* playlist = doc.FirstChildElement("playlist");
|
||||
XMLTest("Crash bug parsing", true, playlist != 0);
|
||||
|
||||
tinyxml2::XMLElement* entry = playlist->FirstChildElement("entry");
|
||||
|
Loading…
x
Reference in New Issue
Block a user