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

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 ) {