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

changeset 766
90af8d87741f
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
758:bcbc86cc5b31 766:90af8d87741f
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", "<div class=\"block\">" +
49 "<P>" + NL + "</DD>" + NL + "<DD><DL>" + NL + "<DT><STRONG>Parameters:</STRONG>" + 49 "This is just a simple constructor.</div>" + NL +
50 "</DT><DD><CODE>i</CODE> - a param.</DD></DL>" + NL + 50 "<dl><dt><span class=\"strong\">Parameters:</span></dt><dd>" +
51 "</DD>" + NL + "</DL>" 51 "<code>i</code> - a param.</dd></dl>"
52 } 52 }
53 }; 53 };
54 private static final String[][] NEGATED_TEST = NO_TEST; 54 private static final String[][] NEGATED_TEST = NO_TEST;
55 55
56 /** 56 /**

mercurial