Home | History | Annotate | Download | only in test

Lines Matching full:mutable_str_with_nul

1456   char mutable_str_with_nul[] = "hello\0 world";
1457 EXPECT_PRINT_TO_STRING_(mutable_str_with_nul, "\"hello\\0 world\"");