1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-21 19:23:00 +04:00

add test case

This commit is contained in:
Lee Thomason
2020-07-02 15:23:00 -07:00
parent d34d0ef5e0
commit 4637965335
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1458,7 +1458,7 @@ public:
XMLError QueryAttribute(const char* name, const char** value) const {
return QueryStringAttribute(name, value);
}
}
/// Sets the named attribute to value.
void SetAttribute( const char* name, const char* value ) {