fix comment in Programmatic DOM test case

This commit is contained in:
Wang Kirin
2019-04-29 09:54:45 +08:00
parent 61a4c7d507
commit 4add958b49
Regular → Executable
+2 -2
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();