test/tools/doclint/tidy/TextNotAllowed.out

changeset 1465
a22f23fb7abf
parent 1455
75ab654b5cd5
child 1507
967052c425a1
     1.1 --- a/test/tools/doclint/tidy/TextNotAllowed.out	Sun Dec 16 11:09:36 2012 +0100
     1.2 +++ b/test/tools/doclint/tidy/TextNotAllowed.out	Thu Dec 20 17:59:46 2012 +0000
     1.3 @@ -1,19 +1,19 @@
     1.4 -TextNotAllowed.java:11: error: text not allowed in <table> element
     1.5 +TextNotAllowed.java:13: error: text not allowed in <table> element
     1.6   * <table summary=description> abc </table>
     1.7                                     ^
     1.8 -TextNotAllowed.java:12: error: text not allowed in <tbody> element
     1.9 +TextNotAllowed.java:14: error: text not allowed in <tbody> element
    1.10   * <table summary=description> <tbody> abc </tbody> </table>
    1.11                                             ^
    1.12 -TextNotAllowed.java:13: error: text not allowed in <tr> element
    1.13 +TextNotAllowed.java:15: error: text not allowed in <tr> element
    1.14   * <table summary=description> <tr> abc </tr> </table>
    1.15                                          ^
    1.16 -TextNotAllowed.java:15: error: text not allowed in <dl> element
    1.17 +TextNotAllowed.java:17: error: text not allowed in <dl> element
    1.18   * <dl> abc </dl>
    1.19              ^
    1.20 -TextNotAllowed.java:16: error: text not allowed in <ol> element
    1.21 +TextNotAllowed.java:18: error: text not allowed in <ol> element
    1.22   * <ol> abc </ol>
    1.23              ^
    1.24 -TextNotAllowed.java:17: error: text not allowed in <ul> element
    1.25 +TextNotAllowed.java:19: error: text not allowed in <ul> element
    1.26   * <ul> abc </ul>
    1.27              ^
    1.28  6 errors

mercurial