| 505 | } |
| 506 | |
| 507 | static int |
| 508 | test_string_char_escaping(void) |
| 509 | { |
| 510 | rte_tel_data_string(&response_data, "hello,\nworld\n"); |
| 511 | return CHECK_OUTPUT("\"hello,\\nworld\\n\""); |
| 512 | } |
| 513 | |
| 514 | static int |
| 515 | test_array_char_escaping(void) |
nothing calls this directly
no test coverage detected