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

Function TEST

extern/re2/re2/testing/parse_test.cc:263–265  ·  view source on GitHub ↗

Test that regexps parse to expected structures.

Source from the content-addressed store, hash-verified

261
262// Test that regexps parse to expected structures.
263TEST(TestParse, SimpleRegexps) {
264 TestParse(tests, arraysize(tests), kTestFlags, "simple");
265}
266
267Test foldcase_tests[] = {
268 { "AbCdE", "strfold{abcde}" },

Callers

nothing calls this directly

Calls 7

TestParseFunction · 0.85
ParseFunction · 0.85
TextMethod · 0.80
codeMethod · 0.80
DecrefMethod · 0.45
DumpMethod · 0.45
ToStringMethod · 0.45

Tested by

no test coverage detected