test/tools/doclint/tidy/MissingGT.java

changeset 1455
75ab654b5cd5
child 1465
a22f23fb7abf
equal deleted inserted replaced
1454:02a18f209ab3 1455:75ab654b5cd5
1 /*
2 * @test /nodynamiccopyright/
3 * @library ..
4 * @build DocLintTester
5 * @run main DocLintTester -ref MissingGT.out MissingGT.java
6 */
7
8 // tidy: Warning: <.*> missing '>' for end of tag
9
10 /**
11 * <img src="image.gif"
12 * <i> text </i>
13 */
14 public class MissingGT { }

mercurial