langtools/test/com/sun/javadoc/testTaglets/TestTaglets.java
changeset 3783 f1aefacd7231
parent 10 06bc494ca11e
child 3890 b53fced26fa4
equal deleted inserted replaced
3782:ae62279eeb46 3783:f1aefacd7231
    53         SRC_DIR + FS + "Child.java"
    53         SRC_DIR + FS + "Child.java"
    54     };
    54     };
    55 
    55 
    56     //Input for string search tests.
    56     //Input for string search tests.
    57     private static final String[][] TEST_4654308 = new String[][] {
    57     private static final String[][] TEST_4654308 = new String[][] {
    58         {"4654308" + FS + "C.html", "<B>Foo:</B><DD>my only method is " +
    58         {"4654308" + FS + "C.html", "<B>Foo:</B><DD>my only method is " +            "<A HREF=\"C.html#method()\"><CODE>here</CODE></A>"}
    59             "<A HREF=\"C.html#method()\"><CODE>here</CODE></A>"}
       
    60     };
    59     };
    61     private static final String[][] NEGATED_TEST_4654308 = NO_TEST;
    60     private static final String[][] NEGATED_TEST_4654308 = NO_TEST;
    62 
    61 
    63     private static final String[][] TEST_4767038 = new String[][] {
    62     private static final String[][] TEST_4767038 = new String[][] {
    64         {"4767038" + FS + "Child.html",
    63         {"4767038" + FS + "Child.html",