test/tools/doclint/tidy/TextNotAllowed.out

Mon, 17 Dec 2012 07:47:05 -0800

author
jjg
date
Mon, 17 Dec 2012 07:47:05 -0800
changeset 1455
75ab654b5cd5
child 1465
a22f23fb7abf
permissions
-rw-r--r--

8004832: Add new doclint package
Reviewed-by: mcimadamore

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

mercurial