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

Function TestParseString

internal/strings_test.cc:133–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133void TestParseString(const std::string& orig) {
134 EXPECT_OK(ParseStringLiteral(orig)) << orig;
135}
136
137void TestParseBytes(const std::string& orig) {
138 EXPECT_OK(ParseBytesLiteral(orig)) << orig;

Callers 1

TESTFunction · 0.85

Calls 1

ParseStringLiteralFunction · 0.85

Tested by

no test coverage detected