langtools/test/tools/doclint/HtmlTagsTest.out
changeset 15371 8f719dc43e1f
parent 14962 19ffdfafbcd2
child 28455 41245007c074
--- a/langtools/test/tools/doclint/HtmlTagsTest.out	Mon Jan 21 10:00:46 2013 -0800
+++ b/langtools/test/tools/doclint/HtmlTagsTest.out	Mon Jan 21 10:07:37 2013 -0800
@@ -34,5 +34,11 @@
 HtmlTagsTest.java:54: warning: empty <i> tag
      * <i> </b> </i>
                 ^
-11 errors
+HtmlTagsTest.java:59: error: text not allowed in <ul> element
+     * <ul> text <li> ... </li> </ul>
+           ^
+HtmlTagsTest.java:64: error: tag not allowed here: <b>
+     * <ul> <b>text</b> <li> ... </li> </ul>
+            ^
+13 errors
 1 warning