Skip to content

Commit 54dc3e7

Browse files
committed
unittest for xnltree
1 parent c3d0acb commit 54dc3e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-xmltree.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ TEST_CASE("xmltree-5") { // unclosed tag.
7878

7979
CHECK(!tree.validate());
8080
}
81-
TEST_CASE("xmltree-5") { // empty string
81+
TEST_CASE("xmltree-6") { // empty string
8282
XmlNodeTree tree;
8383
using namespace std::string_literals;
8484
tree.parse(""s);

0 commit comments

Comments
 (0)