test/tools/doclint/tidy/TextNotAllowed.out

Fri, 24 Feb 2017 09:20:54 -0800

author
asaha
date
Fri, 24 Feb 2017 09:20:54 -0800
changeset 3378
6d62608794f2
parent 1507
967052c425a1
child 2525
2eb010b6cb22
permissions
-rw-r--r--

Merge

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