Home | History | Annotate | Download | only in testing

Lines Matching full:anchored

511   CHECK(!RE2::FullMatch("othello", "h.*o"));       // Must be anchored at front
512 CHECK(!RE2::FullMatch("hello!", "h.*o")); // Must be anchored at end
832 // Check that matching is fully anchored