diff -r 02a18f209ab3 -r 75ab654b5cd5 test/tools/doclint/tidy/ParaInPre.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/doclint/tidy/ParaInPre.java Mon Dec 17 07:47:05 2012 -0800 @@ -0,0 +1,18 @@ +/* + * @test /nodynamiccopyright/ + * @library .. + * @build DocLintTester + * @run main DocLintTester -ref ParaInPre.out ParaInPre.java + */ + +// tidy: Warning: replacing

by
+// tidy: Warning: using
in place of

+ +/** + *

+ *     text
+ *     

+ * more text + *

+ */ +public class ParaInPre { }