< prev index next >
test/langtools/jdk/javadoc/doclet/testLiteralCodeInPre/TestLiteralCodeInPre.java
Print this page
@@ -89,11 +89,11 @@
+ " 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"
+ "<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 >