MCPcopy Create free account
hub / github.com/cel-expr/cel-cpp / TestParseBytes

Function TestParseBytes

internal/strings_test.cc:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void TestParseBytes(const std::string& orig) {
138 EXPECT_OK(ParseBytesLiteral(orig)) << orig;
139}
140
141void TestStringEscaping(const std::string& orig) {
142 const std::string escaped = EscapeString(orig);

Callers 1

TESTFunction · 0.85

Calls 1

ParseBytesLiteralFunction · 0.85

Tested by

no test coverage detected