test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java

changeset 233
5240b1120530
parent 182
47a62d8d98b4
child 554
9d9f26857129
equal deleted inserted replaced
232:1fbc1cc6e260 233:5240b1120530
43 "-d", BUG_ID, "-sourcepath", SRC_DIR, SRC_DIR + FS + "C.java" 43 "-d", BUG_ID, "-sourcepath", SRC_DIR, SRC_DIR + FS + "C.java"
44 }; 44 };
45 45
46 //Input for string search tests. 46 //Input for string search tests.
47 private static final String[][] TEST = { 47 private static final String[][] TEST = {
48 {BUG_ID + FS + "C.html", "<DL>"+NL+"<DD>This is just a simple constructor."+ NL + 48 {BUG_ID + FS + "C.html", "<DL>" + NL + "<DD>This is just a simple constructor." + NL +
49 "<P>"+NL+"<DL>"+NL+"<DT><STRONG>Parameters:</STRONG><DD><CODE>i</CODE> - a param.</DL>"+NL + 49 "<P>" + NL + "</DD>" + NL + "<DD><DL>" + NL + "<DT><STRONG>Parameters:</STRONG>" +
50 "</DL>" 50 "</DT><DD><CODE>i</CODE> - a param.</DD></DL>" + NL +
51 "</DD>" + NL + "</DL>"
51 } 52 }
52 }; 53 };
53 private static final String[][] NEGATED_TEST = NO_TEST; 54 private static final String[][] NEGATED_TEST = NO_TEST;
54 55
55 /** 56 /**

mercurial