test/tools/doclint/html/ListTagsTest.out

changeset 0
959103a6100f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/html/ListTagsTest.out	Wed Apr 27 01:34:52 2016 +0800
     1.3 @@ -0,0 +1,7 @@
     1.4 +ListTagsTest.java:16: error: attribute lacks value
     1.5 +     *  <ol> <li value> bad </ol>
     1.6 +                 ^
     1.7 +ListTagsTest.java:17: error: attribute value is not a number
     1.8 +     *  <ol> <li value="a"> bad </ol>
     1.9 +                 ^
    1.10 +2 errors

mercurial