blob: e877d5e90b79762a03adbf3b27f42a83683611e2 [file] [log] [blame]
/*
* @test /nodynamiccopyright/
* @bug 8004832
* @summary Add new doclint package
* @library ..
* @build DocLintTester
* @run main DocLintTester -ref ParaInPre.out ParaInPre.java
*/
// tidy: Warning: replacing <p> by <br>
// tidy: Warning: using <br> in place of <p>
/**
* <pre>
* text
* <p>
* more text
* </pre>
*/
public class ParaInPre { }