| 181 | reader.read_next(); |
| 182 | } |
| 183 | JSONCONS_CATCH (const std::exception&) |
| 184 | { |
| 185 | } |
| 186 | CHECK(decoder.is_valid()); |
| 187 | auto j = decoder.get_result(); |
| 188 | CHECK(j.as<std::string>() == s); |
nothing calls this directly
no outgoing calls
no test coverage detected