Searched defs:ref1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/com/sun/javadoc/DocRootSlash/
H A DDocRootSlash.java202 static String ref1 = "\")([^\"]*)(\".*?>)"; // doublequotes (end group1, group2, group3) field in class:DocRootSlash
214 Pattern.compile("Sub-test " + subtestNum + " Actual: " + prefix + ref1, Pattern.DOTALL);
216 Pattern.compile("Sub-test " + subtestNum + " Expect: " + prefix + ref1, Pattern.DOTALL);

Completed in 225 milliseconds