test/tools/doclint/html/ListTagsTest.out

Mon, 23 Sep 2013 17:27:38 +0400

author
kizune
date
Mon, 23 Sep 2013 17:27:38 +0400
changeset 2048
809a50f24d6f
parent 0
959103a6100f
permissions
-rw-r--r--

7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
Reviewed-by: ksrini

     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