commit | 4add958b49f3e6fa33e50e122ac58f02942f1ee1 | [log] [tgz] |
---|---|---|
author | Wang Kirin <qilin.wang@huawei.com> | Mon Apr 29 09:54:45 2019 +0800 |
committer | Wang Kirin <qilin.wang@huawei.com> | Mon Apr 29 09:54:45 2019 +0800 |
tree | 1c3bd0eb76bccc97713a8bb83b55128314e886e2 | |
parent | 61a4c7d507322c9f494f5880d4c94b60e4ce9590 [diff] [blame] |
fix comment in Programmatic DOM test case
diff --git a/xmltest.cpp b/xmltest.cpp old mode 100644 new mode 100755 index a0aaee7..8b3d24e --- a/xmltest.cpp +++ b/xmltest.cpp
@@ -461,9 +461,9 @@ // 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();