mirror of
https://github.com/red0124/ssp.git
synced 2025-01-23 04:55:20 +01:00
testing ci
This commit is contained in:
parent
1a7bfbff46
commit
99ac9e49f6
@ -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"}, ","),
|
||||
{"", {}, " "},
|
||||
|
Loading…
Reference in New Issue
Block a user