Lines Matching refs:tabescaped_input
12 static const char tabescaped_input[] = "\0011\001t\001r\001nplip\001n";
31 { tabescaped_input, (const char *const []) {
121 test_assert(strcmp(str_tabescape(tabunescaped_input), tabescaped_input) == 0);
124 test_assert(strcmp(str_c(str), tabescaped_input) == 0);
128 str_append_tabunescaped(str, tabescaped_input, strlen(tabescaped_input));
131 test_assert(strcmp(str_tabunescape(t_strdup_noconst(tabescaped_input)), tabunescaped_input) == 0);
132 test_assert(strcmp(t_str_tabunescape(tabescaped_input), tabunescaped_input) == 0);
175 tabescaped_input, tabescaped_input, tabescaped_input);