test/tools/doclint/tidy/TextNotAllowed.out

changeset 1455
75ab654b5cd5
child 1465
a22f23fb7abf
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/tidy/TextNotAllowed.out	Mon Dec 17 07:47:05 2012 -0800
     1.3 @@ -0,0 +1,19 @@
     1.4 +TextNotAllowed.java:11: error: text not allowed in <table> element
     1.5 + * <table summary=description> abc </table>
     1.6 +                                   ^
     1.7 +TextNotAllowed.java:12: error: text not allowed in <tbody> element
     1.8 + * <table summary=description> <tbody> abc </tbody> </table>
     1.9 +                                           ^
    1.10 +TextNotAllowed.java:13: error: text not allowed in <tr> element
    1.11 + * <table summary=description> <tr> abc </tr> </table>
    1.12 +                                        ^
    1.13 +TextNotAllowed.java:15: error: text not allowed in <dl> element
    1.14 + * <dl> abc </dl>
    1.15 +            ^
    1.16 +TextNotAllowed.java:16: error: text not allowed in <ol> element
    1.17 + * <ol> abc </ol>
    1.18 +            ^
    1.19 +TextNotAllowed.java:17: error: text not allowed in <ul> element
    1.20 + * <ul> abc </ul>
    1.21 +            ^
    1.22 +6 errors

mercurial