Home | History | Annotate | Download | only in pcre

Lines Matching full:unquoted

484 // the original unquoted string.
485 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) {
486 string quoted = RE::QuoteMeta(unquoted);
488 CHECK(re.FullMatch(unquoted));
492 // quoted, should not generally match a string the unquoted string does.
493 static void NegativeTestQuoteMeta(string unquoted, string should_not_match,
495 string quoted = RE::QuoteMeta(unquoted);