From 273bff63b3fc08ecc71c302c2acb09712b6d284c Mon Sep 17 00:00:00 2001 From: Roy Jeffrey Wignarajah Date: Mon, 13 Nov 2023 18:07:37 -0500 Subject: [PATCH] breaking test suite and seeing if it fails CI workflow --- test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.cpp b/test.cpp index 03fa2cd..a6f5f31 100644 --- a/test.cpp +++ b/test.cpp @@ -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, "
I like markdown!"); } \ No newline at end of file