diff --git a/test/test_splitter.cpp b/test/test_splitter.cpp index b08b315..cff9852 100644 --- a/test/test_splitter.cpp +++ b/test/test_splitter.cpp @@ -416,7 +416,7 @@ TEST_CASE("testing splitter escape and trim") { } TEST_CASE("testing splitter quote and escape and trim") { - auto guard = set_combinations_size(3); + auto guard = set_combinations_size(4); case_type case1 = spaced({R"("\"")", R"(\")", R"("""")"}, " "); case_type case2 = spaced({R"("x\"x")", R"(x\"x)", R"(x"x)", R"("x""x")"}, " ");