diff -r 000000000000 -r 959103a6100f test/tools/doclint/tidy/NestedTag.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/test/tools/doclint/tidy/NestedTag.java Wed Apr 27 01:34:52 2016 +0800 @@ -0,0 +1,16 @@ +/* + * @test /nodynamiccopyright/ + * @bug 8004832 + * @summary Add new doclint package + * @library .. + * @build DocLintTester + * @run main DocLintTester -ref NestedTag.out NestedTag.java + */ + +// tidy: Warning: nested emphasis <.*> + +/** + * text + * {@link java.lang.String String} + */ +public class NestedTag { }