Searched refs:MATCH_STR_UNESCAPED (Results 1 – 1 of 1) sorted by relevance
42 private static final String MATCH_STR_UNESCAPED = field in TraceFormatParserTest56 "foo=(?<foo>%s), bar=(?<bar>%s)", MATCH_NUM_UNESCAPED, MATCH_STR_UNESCAPED); in testParseFormatLine()136 String expectedRegex = String.format("foo (?<foo>%s)", MATCH_STR_UNESCAPED); in testQuoteInParams()