langtools/test/tools/doclint/HtmlTagsTest.out
changeset 28455 41245007c074
parent 15371 8f719dc43e1f
child 30730 d3ce7619db2c
--- a/langtools/test/tools/doclint/HtmlTagsTest.out	Tue Jan 13 10:36:41 2015 +0100
+++ b/langtools/test/tools/doclint/HtmlTagsTest.out	Tue Jan 13 19:13:42 2015 +0100
@@ -13,6 +13,9 @@
 HtmlTagsTest.java:28: error: element not allowed in documentation comments: <html>
      * <html>
        ^
+HtmlTagsTest.java:28: error: element not closed: html
+     * <html>
+       ^
 HtmlTagsTest.java:33: error: block element not allowed within inline element <span>: p
      * <span> <p> </span>
               ^
@@ -40,5 +43,5 @@
 HtmlTagsTest.java:64: error: tag not allowed here: <b>
      * <ul> <b>text</b> <li> ... </li> </ul>
             ^
-13 errors
-1 warning
+14 errors
+1 warning
\ No newline at end of file