MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / RegexpEqualTestingOnly

Function RegexpEqualTestingOnly

extern/re2/re2/testing/parse_test.cc:226–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224};
225
226bool RegexpEqualTestingOnly(Regexp* a, Regexp* b) {
227 return Regexp::Equal(a, b);
228}
229
230void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags,
231 const std::string& title) {

Callers 1

TestParseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected