testing ci

This commit is contained in:
ado 2021-01-07 23:18:05 +01:00
parent 1a7bfbff46
commit 99ac9e49f6

View File

@ -4,6 +4,7 @@
TEST_CASE("testing split") {
ss::converter c;
for (const auto& [s, expected, delim] :
{std::make_tuple("a,b,c,d", std::vector{"a", "b", "c", "d"}, ","),
{"", {}, " "},