test/tools/doclint/tidy/AnchorAlreadyDefined.out

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

author
kizune
date
Mon, 23 Sep 2013 17:27:38 +0400
changeset 2048
809a50f24d6f
parent 1465
a22f23fb7abf
child 2525
2eb010b6cb22
permissions
-rw-r--r--

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

     1 AnchorAlreadyDefined.java:14: error: anchor already defined: here
     2  * <a name="here">duplicate</a>
     3       ^
     4 AnchorAlreadyDefined.java:15: error: anchor already defined: here
     5  * <h1 id="here">duplicate</h1>
     6        ^
     7 2 errors

mercurial