langtools/test/tools/doclint/tidy/TextNotAllowed.out
author akulyakh
Thu, 21 May 2015 11:41:04 -0700
changeset 30730 d3ce7619db2c
parent 15371 8f719dc43e1f
permissions -rw-r--r--
8076543: Add @modules as needed to the langtools tests Reviewed-by: jjg, shurailine
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
     1
TextNotAllowed.java:14: error: text not allowed in <table> element
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     2
 * <table summary=description> abc </table>
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     3
                              ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
     4
TextNotAllowed.java:15: error: text not allowed in <tbody> element
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     5
 * <table summary=description> <tbody> abc </tbody> </table>
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     6
                                      ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
     7
TextNotAllowed.java:16: error: text not allowed in <tr> element
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
     8
 * <table summary=description> <tr> abc </tr> </table>
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     9
                                   ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    10
TextNotAllowed.java:18: error: text not allowed in <dl> element
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    11
 * <dl> abc </dl>
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    12
       ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    13
TextNotAllowed.java:19: error: text not allowed in <ol> element
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    14
 * <ol> abc </ol>
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    15
       ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    16
TextNotAllowed.java:20: error: text not allowed in <ul> element
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    17
 * <ul> abc </ul>
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    18
       ^
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    19
6 errors