#include "common/XML.hpp" #include "test/Test.hpp" #include TEST_CASE("XMLTree_Load", "[xml]") { SECTION("loads new tree") { auto xml = ""; auto tree = XMLTree_Load(xml, SStrLen(xml)); REQUIRE(tree); } }