test/tools/doclint/tidy/ParaInPre.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/ParaInPre.java	Mon Dec 17 07:47:05 2012 -0800
     1.3 @@ -0,0 +1,18 @@
     1.4 +/*
     1.5 + * @test /nodynamiccopyright/
     1.6 + * @library ..
     1.7 + * @build DocLintTester
     1.8 + * @run main DocLintTester -ref ParaInPre.out ParaInPre.java
     1.9 + */
    1.10 +
    1.11 +// tidy: Warning: replacing <p> by <br>
    1.12 +// tidy: Warning: using <br> in place of <p>
    1.13 +
    1.14 +/**
    1.15 + * <pre>
    1.16 + *     text
    1.17 + *     <p>
    1.18 + *     more text
    1.19 + * </pre>
    1.20 + */
    1.21 +public class ParaInPre { }

mercurial