Home | History | Annotate | Download | only in testing

Lines Matching full:empties

476   static const char *empties[] = {
482 for (int i = 0; i < arraysize(empties); i++)
483 CHECK(!RE2(empties[i]).Match("abc", 0, 3, RE2::UNANCHORED, NULL, 0));