langtools/test/com/sun/javadoc/testConstructorIndent/TestConstructorIndent.java
changeset 1787 1aa079321cd2
parent 10 06bc494ca11e
child 2216 b124d5c924eb
equal deleted inserted replaced
1753:d4c11dcedac3 1787:1aa079321cd2
    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><B>Parameters:</B><DD><CODE>i</CODE> - a param.</DL>"+NL +
    49             "<P>"+NL+"<DL>"+NL+"<DT><STRONG>Parameters:</STRONG><DD><CODE>i</CODE> - a param.</DL>"+NL +
    50             "</DL>"
    50             "</DL>"
    51         }
    51         }
    52     };
    52     };
    53     private static final String[][] NEGATED_TEST = NO_TEST;
    53     private static final String[][] NEGATED_TEST = NO_TEST;
    54 
    54