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

Function ExpectParsedString

internal/strings_test.cc:621–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621void ExpectParsedString(const std::string& expected,
622 const std::vector<std::string>& quoted_strings) {
623 for (const std::string& quoted : quoted_strings) {
624 ASSERT_OK_AND_ASSIGN(auto parsed, ParseStringLiteral(quoted));
625 EXPECT_EQ(expected, parsed);
626 }
627}
628
629void ExpectParsedBytes(const std::string& expected,
630 const std::vector<std::string>& quoted_strings) {

Callers 1

TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected