From 9302a25256107250114fc59293ed4a8633dc098d Mon Sep 17 00:00:00 2001 From: ado Date: Sun, 24 Jan 2021 01:48:12 +0100 Subject: [PATCH] increase number of combinations for final splitter test --- test/test_splitter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")"}, " ");