Searched refs:str_with_nul (Results 1 – 2 of 2) sorted by relevance
1453 const char str_with_nul[] = "hello\0 world"; in TEST() local1454 EXPECT_PRINT_TO_STRING_(str_with_nul, "\"hello\\0 world\""); in TEST()