Searched refs:long_string_y (Results 1 – 1 of 1) sorted by relevance
142 auto long_string_y = std::string(LOGGER_ENTRY_MAX_PAYLOAD, 'y'); in TEST() local145 auto long_strings = long_string_x + '\n' + long_string_y + '\n' + long_string_z; in TEST()148 std::vector expected = {ReduceToMaxSize(tag, long_string_x), ReduceToMaxSize(tag, long_string_y), in TEST()