test/tools/doclint/tidy/TextNotAllowed.out

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

author
kizune
date
Mon, 23 Sep 2013 17:27:38 +0400
changeset 2048
809a50f24d6f
parent 1507
967052c425a1
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

jjg@1465 1 TextNotAllowed.java:13: error: text not allowed in <table> element
jjg@1455 2 * <table summary=description> abc </table>
jjg@1507 3 ^
jjg@1465 4 TextNotAllowed.java:14: error: text not allowed in <tbody> element
jjg@1455 5 * <table summary=description> <tbody> abc </tbody> </table>
jjg@1507 6 ^
jjg@1465 7 TextNotAllowed.java:15: error: text not allowed in <tr> element
jjg@1455 8 * <table summary=description> <tr> abc </tr> </table>
jjg@1507 9 ^
jjg@1465 10 TextNotAllowed.java:17: error: text not allowed in <dl> element
jjg@1455 11 * <dl> abc </dl>
jjg@1507 12 ^
jjg@1465 13 TextNotAllowed.java:18: error: text not allowed in <ol> element
jjg@1455 14 * <ol> abc </ol>
jjg@1507 15 ^
jjg@1465 16 TextNotAllowed.java:19: error: text not allowed in <ul> element
jjg@1455 17 * <ul> abc </ul>
jjg@1507 18 ^
jjg@1455 19 6 errors

mercurial