test/tools/doclint/tidy/TrimmingEmptyTag.java

changeset 1455
75ab654b5cd5
child 1465
a22f23fb7abf
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/tidy/TrimmingEmptyTag.java	Mon Dec 17 07:47:05 2012 -0800
     1.3 @@ -0,0 +1,27 @@
     1.4 +/*
     1.5 + * @test /nodynamiccopyright/
     1.6 + * @library ..
     1.7 + * @build DocLintTester
     1.8 + * @run main DocLintTester -ref TrimmingEmptyTag.out TrimmingEmptyTag.java
     1.9 + */
    1.10 +
    1.11 +// tidy: Warning: trimming empty <.*>
    1.12 +
    1.13 +/**
    1.14 + * <b></b>
    1.15 + * <table summary=description></table>
    1.16 + * <table><caption></caption></table>
    1.17 + * <code></code>
    1.18 + * <dl></dl>
    1.19 + * <dl><dt></dt><dd></dd></dl>
    1.20 + * <font></font>
    1.21 + * <i></i>
    1.22 + * <ol></ol>
    1.23 + * <p></p>
    1.24 + * <pre></pre>
    1.25 + * <span></span>
    1.26 + * <tt></tt>
    1.27 + * <ul></ul>
    1.28 + * <ul><li></li></ul>
    1.29 + */
    1.30 +public class TrimmingEmptyTag { }

mercurial