diff --git a/tests/test_dom_traverse.cpp b/tests/test_dom_traverse.cpp index 255b0e7b..ba0da35c 100644 --- a/tests/test_dom_traverse.cpp +++ b/tests/test_dom_traverse.cpp @@ -1417,4 +1417,4 @@ TEST_XML(dom_node_anonymous_attribute, "") CHECK(doc.first_child().attribute(string_view_t()) == xml_attribute()); CHECK(doc.first_child().attribute(string_view_t(STR("hi"), 0)) == xml_attribute()); #endif -} \ No newline at end of file +}