test/tools/doclint/html/OtherTagsTest.java

Mon, 23 Sep 2013 17:27:38 +0400

author
kizune
date
Mon, 23 Sep 2013 17:27:38 +0400
changeset 2048
809a50f24d6f
parent 1976
b77381d99056
child 2525
2eb010b6cb22
permissions
-rw-r--r--

7154966: CRs found to be in Fixed state with no test and no noreg- keyword.
Reviewed-by: ksrini

     1 /*
     2  * @test /nodynamiccopyright/
     3  * @bug 8006251 8022173
     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      *  <hr width="50%">
    18      *  <link>
    19      *  <meta>
    20      *  <noframes> </noframes>
    21      *  <script> </script>
    22      *  <title> </title>
    23      */
    24     public void knownInvalidTags() { }
    25 }

mercurial