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

Function TestValue

internal/strings_test.cc:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void TestValue(const std::string& orig) {
148 TestStringEscaping(orig);
149 TestString(orig);
150}
151
152// Test that <str> is treated as invalid, with error offset
153// <expected_error_offset> and an error that contains substring

Callers 1

TESTFunction · 0.85

Calls 2

TestStringEscapingFunction · 0.85
TestStringFunction · 0.85

Tested by

no test coverage detected