/* * @test /nodynamiccopyright/ * @bug 8004832 * @summary Add new doclint package * @library .. * @build DocLintTester * @run main DocLintTester -ref TextNotAllowed.out TextNotAllowed.java */ // tidy: Warning: plain text isn't allowed in <.*> elements /** * abc
* abc
* abc
* *
abc
*
    abc
* * * */ public class TextNotAllowed { }