Home | History | Annotate | Download | only in testing

Lines Matching defs:quoted

382 // A meta-quoted string, interpreted as a pattern, should always match
386 string quoted = RE2::QuoteMeta(unquoted);
387 RE2 re(quoted, options);
389 "Unquoted='" + unquoted + "', quoted='" + quoted + "'.");
392 // A meta-quoted string, interpreted as a pattern, should always match
396 string quoted = RE2::QuoteMeta(unquoted);
397 RE2 re(quoted, options);
399 "Unquoted='" + unquoted + "', quoted='" + quoted + "'.");
402 // Tests that quoted meta characters match their original strings,