langtools/test/tools/doclint/html/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:12: error: text not allowed in <dl> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     2
 * <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl>
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:12: error: text not allowed in <dl> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     5
 * <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl>
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:12: error: text not allowed in <dl> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
     8
 * <dl> abc <dt> term </dt> def <dd> description </dd> ghi </dl>
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:13: error: text not allowed in <ol> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    11
 * <ol> abc <li> item </li> def <li> item </li> ghi </ol>
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:13: error: text not allowed in <ol> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    14
 * <ol> abc <li> item </li> def <li> item </li> ghi </ol>
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:13: error: text not allowed in <ol> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    17
 * <ol> abc <li> item </li> def <li> item </li> ghi </ol>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    18
                                               ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    19
TextNotAllowed.java:14: error: text not allowed in <ul> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    20
 * <ul> abc <li> item </li> def <li> item </li> ghi </ul>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    21
       ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    22
TextNotAllowed.java:14: error: text not allowed in <ul> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    23
 * <ul> abc <li> item </li> def <li> item </li> ghi </ul>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    24
                           ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    25
TextNotAllowed.java:14: error: text not allowed in <ul> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    26
 * <ul> abc <li> item </li> def <li> item </li> ghi </ul>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    27
                                               ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    28
TextNotAllowed.java:16: error: text not allowed in <table> element
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    29
 * <table summary=description> abc </table>
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    30
                              ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    31
TextNotAllowed.java:17: error: text not allowed in <thead> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    32
 * <table summary=description> <thead> abc </thead> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    33
                                      ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    34
TextNotAllowed.java:18: error: text not allowed in <tbody> element
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    35
 * <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
    36
                                      ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    37
TextNotAllowed.java:19: error: text not allowed in <tfoot> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    38
 * <table summary=description> <tfoot> abc </tfoot> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    39
                                      ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    40
TextNotAllowed.java:20: error: text not allowed in <tr> element
14952
d0022ae20516 8004832: Add new doclint package
jjg
parents:
diff changeset
    41
 * <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
    42
                                   ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    43
TextNotAllowed.java:22: error: text not allowed in <dl> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    44
 * <dl> &amp; <dt> term </dt> &lt; <dd> description </dd> &gt; </dl>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    45
        ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    46
TextNotAllowed.java:22: error: text not allowed in <dl> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    47
 * <dl> &amp; <dt> term </dt> &lt; <dd> description </dd> &gt; </dl>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    48
                              ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    49
TextNotAllowed.java:22: error: text not allowed in <dl> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    50
 * <dl> &amp; <dt> term </dt> &lt; <dd> description </dd> &gt; </dl>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    51
                                                          ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    52
TextNotAllowed.java:23: error: text not allowed in <ol> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    53
 * <ol> &amp; <li> item </li> &lt; <li> item </li> &gt; </ol>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    54
        ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    55
TextNotAllowed.java:23: error: text not allowed in <ol> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    56
 * <ol> &amp; <li> item </li> &lt; <li> item </li> &gt; </ol>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    57
                              ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    58
TextNotAllowed.java:23: error: text not allowed in <ol> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    59
 * <ol> &amp; <li> item </li> &lt; <li> item </li> &gt; </ol>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    60
                                                   ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    61
TextNotAllowed.java:24: error: text not allowed in <ul> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    62
 * <ul> &amp; <li> item </li> &lt; <li> item </li> &gt; </ul>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    63
        ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    64
TextNotAllowed.java:24: error: text not allowed in <ul> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    65
 * <ul> &amp; <li> item </li> &lt; <li> item </li> &gt; </ul>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    66
                              ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    67
TextNotAllowed.java:24: error: text not allowed in <ul> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    68
 * <ul> &amp; <li> item </li> &lt; <li> item </li> &gt; </ul>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    69
                                                   ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    70
TextNotAllowed.java:26: error: text not allowed in <table> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    71
 * <table summary=description> &amp; </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    72
                               ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    73
TextNotAllowed.java:27: error: text not allowed in <thead> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    74
 * <table summary=description> <thead> &amp; </thead> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    75
                                       ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    76
TextNotAllowed.java:28: error: text not allowed in <tbody> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    77
 * <table summary=description> <tbody> &amp; </tbody> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    78
                                       ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    79
TextNotAllowed.java:29: error: text not allowed in <tfoot> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    80
 * <table summary=description> <tfoot> &amp; </tfoot> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    81
                                       ^
30730
d3ce7619db2c 8076543: Add @modules as needed to the langtools tests
akulyakh
parents: 15371
diff changeset
    82
TextNotAllowed.java:30: error: text not allowed in <tr> element
15371
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    83
 * <table summary=description> <tr> &amp; </tr> </table>
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    84
                                    ^
8f719dc43e1f 8006251: doclint: incorrect position for diagnostic for illegal text in tags
jjg
parents: 14962
diff changeset
    85
28 errors