test/tools/doclint/html/ListTagsTest.out

Wed, 08 Oct 2014 14:16:40 -0700

author
asaha
date
Wed, 08 Oct 2014 14:16:40 -0700
changeset 2586
f5e5ca7505e2
parent 0
959103a6100f
permissions
-rw-r--r--

Merge

     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