test/tools/doclint/html/OtherTagsTest.java

Mon, 21 Jan 2013 10:07:37 -0800

author
jjg
date
Mon, 21 Jan 2013 10:07:37 -0800
changeset 1507
967052c425a1
child 1976
b77381d99056
permissions
-rw-r--r--

8006251: doclint: incorrect position for diagnostic for illegal text in tags
Reviewed-by: mcimadamore

     1 /*
     2  * @test /nodynamiccopyright/
     3  * @bug 8006251
     4  * @summary test other tags
     5  * @library ..
     6  * @build DocLintTester
     7  * @run main DocLintTester -Xmsgs -ref OtherTagsTest.out OtherTagsTest.java
     8  */
    10 /** */
    11 public class OtherTagsTest {
    12     /**
    13      *  <body> <p> abc </body>
    14      *  <frame>
    15      *  <frameset> </frameset>
    16      *  <head> </head>
    17      *  <link>
    18      *  <meta>
    19      *  <noframes> </noframes>
    20      *  <script> </script>
    21      *  <title> </title>
    22      */
    23     public void knownInvalidTags() { }
    24 }

mercurial