< prev index next >
test/langtools/jdk/javadoc/doclet/testLiteralCodeInPre/TestLiteralCodeInPre.java
Print this page
*** 89,99 ****
+ " and so it goes.</div>",
"<div class=\"block\">Test for html in pre, note the spaces\n"
+ " <PRE>\n"
+ " <b>id </b>\n"
+ " </PRE></div>",
! "<pre class=\"methodSignature\">public void htmlAttrInPre1()</pre>\n"
+ "<div class=\"block\">More html tag outliers.\n"
+ " <pre>\n"
+ " @Override\n"
+ " <code> some.function() </code>\n"
+ " </pre></div>");
--- 89,99 ----
+ " and so it goes.</div>",
"<div class=\"block\">Test for html in pre, note the spaces\n"
+ " <PRE>\n"
+ " <b>id </b>\n"
+ " </PRE></div>",
! "<pre>public void htmlAttrInPre1()</pre>\n"
+ "<div class=\"block\">More html tag outliers.\n"
+ " <pre>\n"
+ " @Override\n"
+ " <code> some.function() </code>\n"
+ " </pre></div>");
< prev index next >