MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / quoteTests

Class quoteTests

tests/quote_test.cpp:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27using namespace sonic_json::internal;
28
29typedef struct quoteTests {
30 std::string input;
31 std::string expect;
32} quoteTests;
33
34void TestQuote(const std::string& input, const std::string& expect) {
35 size_t n = input.size();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected