فهرست منبع

Merge pull request #751 from wangkirin/fix_comment

fix comment in Programmatic DOM test case
Lee Thomason 6 سال پیش
والد
کامیت
141d2117ba
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      xmltest.cpp

+ 2 - 2
xmltest.cpp

@@ -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();