Searched refs:expected_split (Results 1 – 1 of 1) sorted by relevance
213 std::array expected_split = {"abc"sv, std::string_view("def", sizeof("def"))}; in test_string_literals() local216 assert(test_function_call("abc \0def", " ", expected_split)); in test_string_literals()