test/tools/doclint/tidy/RepeatedAttr.java

changeset 1455
75ab654b5cd5
child 1465
a22f23fb7abf
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/test/tools/doclint/tidy/RepeatedAttr.java	Mon Dec 17 07:47:05 2012 -0800
     1.3 @@ -0,0 +1,13 @@
     1.4 +/*
     1.5 + * @test /nodynamiccopyright/
     1.6 + * @library ..
     1.7 + * @build DocLintTester
     1.8 + * @run main DocLintTester -ref RepeatedAttr.out RepeatedAttr.java
     1.9 + */
    1.10 +
    1.11 +// tidy: Warning: <.*> dropping value ".*" for repeated attribute ".*"
    1.12 +
    1.13 +/**
    1.14 + * <img src="image.gif" alt alt="summary">
    1.15 + */
    1.16 +public class RepeatedAttr { }

mercurial