Merge pull request #751 from wangkirin/fix_comment

fix comment in Programmatic DOM test case
This commit is contained in:
Lee Thomason
2019-08-10 17:52:25 -07:00
committed by GitHub

4
xmltest.cpp Normal file → Executable file
View File

@@ -461,9 +461,9 @@ int main( int argc, const char ** argv )
// Build:
// <element>
// <!--comment-->
// <sub attrib="0" />
// <sub attrib="1" />
// <sub attrib="2" />
// <sub attrib="3" >& Text!</sub>
// <sub attrib="2" >& Text!</sub>
// <element>
XMLDocument* doc = new XMLDocument();