mirror of
https://github.com/red0124/ssp.git
synced 2025-12-16 14:49:56 +01:00
testing ci
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
TEST_CASE("testing split") {
|
TEST_CASE("testing split") {
|
||||||
ss::converter c;
|
ss::converter c;
|
||||||
|
|
||||||
for (const auto& [s, expected, delim] :
|
for (const auto& [s, expected, delim] :
|
||||||
{std::make_tuple("a,b,c,d", std::vector{"a", "b", "c", "d"}, ","),
|
{std::make_tuple("a,b,c,d", std::vector{"a", "b", "c", "d"}, ","),
|
||||||
{"", {}, " "},
|
{"", {}, " "},
|
||||||
|
|||||||
Reference in New Issue
Block a user