| 27 | using namespace sonic_json::internal; |
| 28 | |
| 29 | typedef struct quoteTests { |
| 30 | std::string input; |
| 31 | std::string expect; |
| 32 | } quoteTests; |
| 33 | |
| 34 | void TestQuote(const std::string& input, const std::string& expect) { |
| 35 | size_t n = input.size(); |
nothing calls this directly
no outgoing calls
no test coverage detected