| 82 | } |
| 83 | |
| 84 | static void make_obj5(int pretty) |
| 85 | { |
| 86 | jw_object_begin(&obj5, pretty); |
| 87 | { |
| 88 | jw_object_string(&obj5, "abc" "\x09" "def", "abc" "\\" "def"); |
| 89 | } |
| 90 | jw_end(&obj5); |
| 91 | } |
| 92 | |
| 93 | static void make_obj6(int pretty) |
| 94 | { |
nothing calls this directly
no test coverage detected