test/tools/doclint/html/ListTagsTest.out

Thu, 14 Sep 2017 12:06:40 -0700

author
asaha
date
Thu, 14 Sep 2017 12:06:40 -0700
changeset 3518
a5a75a3dcd8f
parent 0
959103a6100f
permissions
-rw-r--r--

Added tag jdk8u144-b34 for changeset e8b3bd888e52

     1 ListTagsTest.java:16: error: attribute lacks value
     2      *  <ol> <li value> bad </ol>
     3                  ^
     4 ListTagsTest.java:17: error: attribute value is not a number
     5      *  <ol> <li value="a"> bad </ol>
     6                  ^
     7 2 errors

mercurial