diff -r 000000000000 -r 959103a6100f test/tools/doclint/tidy/RepeatedAttr.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/doclint/tidy/RepeatedAttr.java Wed Apr 27 01:34:52 2016 +0800 @@ -0,0 +1,15 @@ +/* + * @test /nodynamiccopyright/ + * @bug 8004832 + * @summary Add new doclint package + * @library .. + * @build DocLintTester + * @run main DocLintTester -ref RepeatedAttr.out RepeatedAttr.java + */ + +// tidy: Warning: <.*> dropping value ".*" for repeated attribute ".*" + +/** + * + */ +public class RepeatedAttr { }