#include #include #include #include "string/string.hpp" using v_str = std::vector; TEST(split_str, check__func) { // v_str res {"asdf","qwer","zxcv"}; // ASSERT_EQ(tools::func::split_str("asdf,qwer,zxcv", ','), res); }