Home
last modified time | relevance | path

Searched refs:empty_sep (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dgeneral.pass.cpp222 auto empty_sep = ""sv; in test_string_literals() local
225 assert(test_function_call("abc", empty_sep, expected)); in test_string_literals()
226 assert(test_with_piping("abc", empty_sep, expected)); in test_string_literals()
369 auto empty_sep = ""sv; in main_test() local
371 test_one("abc"sv, empty_sep, expected); in main_test()
372 test_one("abc"sv, empty_sep, expected); in main_test()