< prev index next >
test/langtools/jdk/javadoc/doclet/testSummaryTag/TestSummaryTag.java
Print this page
*** 85,95 ****
// make sure the second @summary's content is displayed correctly
checkOutput("p1/A.html", true,
"<li class=\"blockList\">\n"
+ "<h3>m3</h3>\n"
! + "<pre class=\"methodSignature\">public void m3()</pre>\n"
+ "<div class=\"block\">First sentence some text maybe second sentence.</div>\n"
+ "</li>\n"
);
checkOutput("p1/package-summary.html", true,
--- 85,95 ----
// make sure the second @summary's content is displayed correctly
checkOutput("p1/A.html", true,
"<li class=\"blockList\">\n"
+ "<h3>m3</h3>\n"
! + "<pre>public void m3()</pre>\n"
+ "<div class=\"block\">First sentence some text maybe second sentence.</div>\n"
+ "</li>\n"
);
checkOutput("p1/package-summary.html", true,
< prev index next >