| 521 | } |
| 522 | |
| 523 | static int |
| 524 | test_dict_char_escaping(void) |
| 525 | { |
| 526 | rte_tel_data_start_dict(&response_data); |
| 527 | rte_tel_data_add_dict_string(&response_data, "name", "escaped\n\tvalue"); |
| 528 | return CHECK_OUTPUT("{\"name\":\"escaped\\n\\tvalue\"}"); |
| 529 | } |
| 530 | |
| 531 | static int |
| 532 | connect_to_socket(void) |
nothing calls this directly
no test coverage detected