Skip to content

Commit

Permalink
breaking test suite and seeing if it fails CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rjwignar committed Nov 13, 2023
1 parent 099d894 commit 273bff6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ TEST(CtilTest, TxtSuffixFalse) {

TEST(CtilTest, HorizontalBreaksReplaced) {
cdot::ctil ctil;
std::string test = "--- I like markdown!";
std::string test = "--- ";// remove later
//std::string test = "--- I like markdown!";
ctil.horizontalBreakUpdate(test);
EXPECT_EQ(test, "<hr /> I like markdown!");
}

0 comments on commit 273bff6

Please sign in to comment.