< prev index next >

test/langtools/jdk/javadoc/doclet/testHtmlTag/TestHtmlTag.java

Print this page

        

*** 106,118 **** "pkg3"); checkExit(Exit.OK); checkOutput("pkg3/package-summary.html", true, "<div class=\"contentContainer\">\n" ! + "<section class=\"packageDescription\"><a id=\"package.description\">\n" ! + "<!-- -->\n" ! + "</a>\n" + "<div class=\"block\"><p>This is the first line. Note the newlines before the &lt;p&gt; is relevant.</div>\n" + "</section>"); checkOutput("pkg3/A.DatatypeFactory.html", true, "<div class=\"block\"><p>\n" --- 106,116 ---- "pkg3"); checkExit(Exit.OK); checkOutput("pkg3/package-summary.html", true, "<div class=\"contentContainer\">\n" ! + "<section class=\"packageDescription\" id=\"package.description\">\n" + "<div class=\"block\"><p>This is the first line. Note the newlines before the &lt;p&gt; is relevant.</div>\n" + "</section>"); checkOutput("pkg3/A.DatatypeFactory.html", true, "<div class=\"block\"><p>\n"
< prev index next >