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

Function TEST

extern/re2/re2/testing/exhaustive2_test.cc:18–22  ·  view source on GitHub ↗

Test empty string matches (aka "(?:)")

Source from the content-addressed store, hash-verified

16
17// Test empty string matches (aka "(?:)")
18TEST(EmptyString, Exhaustive) {
19 ExhaustiveTest(2, 2, Split(" ", "(?:) a"),
20 RegexpGenerator::EgrepOps(),
21 5, Split("", "ab"), "", "");
22}
23
24// Test escaped versions of regexp syntax.
25TEST(Punctuation, Literals) {

Callers

nothing calls this directly

Calls 4

ExhaustiveTestFunction · 0.85
SplitFunction · 0.85
ExplodeFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected