diff -r 4a3cfc970c6f -r 967052c425a1 test/tools/doclint/html/OtherTagsTest.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/doclint/html/OtherTagsTest.java Mon Jan 21 10:07:37 2013 -0800 @@ -0,0 +1,24 @@ +/* + * @test /nodynamiccopyright/ + * @bug 8006251 + * @summary test other tags + * @library .. + * @build DocLintTester + * @run main DocLintTester -Xmsgs -ref OtherTagsTest.out OtherTagsTest.java + */ + +/** */ +public class OtherTagsTest { + /** + *

abc + * + * + * + * + * + * + * + * + */ + public void knownInvalidTags() { } +}