Merge pull request #751 from wangkirin/fix_comment
fix comment in Programmatic DOM test case
This commit is contained in:
4
xmltest.cpp
Normal file → Executable file
4
xmltest.cpp
Normal file → Executable 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();
|
||||
|
||||
Reference in New Issue
Block a user