mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 21:15:19 +01:00
increase number of combinations for final splitter test
This commit is contained in:
parent
ed6157fa9f
commit
9302a25256
@ -416,7 +416,7 @@ TEST_CASE("testing splitter escape and trim") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TEST_CASE("testing splitter quote and 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 case1 = spaced({R"("\"")", R"(\")", R"("""")"}, " ");
|
||||||
case_type case2 =
|
case_type case2 =
|
||||||
spaced({R"("x\"x")", R"(x\"x)", R"(x"x)", R"("x""x")"}, " ");
|
spaced({R"("x\"x")", R"(x\"x)", R"(x"x)", R"("x""x")"}, " ");
|
||||||
|
Loading…
Reference in New Issue
Block a user