diff --git a/test/tools-test.cpp b/test/tools-test.cpp index 458c5f0e..13b8eced 100644 --- a/test/tools-test.cpp +++ b/test/tools-test.cpp @@ -236,7 +236,6 @@ TEST(tools, isOutofBounds) TEST(tools, normalize_link) { - ASSERT_EQ(normalize_link("", ""), ""); ASSERT_EQ(normalize_link("/", ""), ""); ASSERT_EQ(normalize_link("", "/"), "/"); @@ -427,7 +426,6 @@ TEST(tools, getLinks) "abcd href = qwerty src={123} xyz", "" ); - } #undef EXPECT_LINKS