equal
deleted
inserted
replaced
63 {BUG_ID + FS + "pkg" + FS + "X.html", "can't find X()"}, |
63 {BUG_ID + FS + "pkg" + FS + "X.html", "can't find X()"}, |
64 {BUG_ID + FS + "pkg" + FS + "X.html", "can't find f"}, |
64 {BUG_ID + FS + "pkg" + FS + "X.html", "can't find f"}, |
65 }; |
65 }; |
66 |
66 |
67 private static final String[][] TEST2 = { |
67 private static final String[][] TEST2 = { |
68 {BUG_ID + FS + "pkg" + FS + "X.html", "<A HREF=\"../pkg/X.html#m()\"><CODE>m()</CODE></A><br/>"}, |
68 {BUG_ID + FS + "pkg" + FS + "X.html", "<a href=\"../pkg/X.html#m()\"><code>m()</code></a><br/>"}, |
69 {BUG_ID + FS + "pkg" + FS + "X.html", "<A HREF=\"../pkg/X.html#X()\"><CODE>X()</CODE></A><br/>"}, |
69 {BUG_ID + FS + "pkg" + FS + "X.html", "<a href=\"../pkg/X.html#X()\"><code>X()</code></a><br/>"}, |
70 {BUG_ID + FS + "pkg" + FS + "X.html", "<A HREF=\"../pkg/X.html#f\"><CODE>f</CODE></A><br/>"}, |
70 {BUG_ID + FS + "pkg" + FS + "X.html", "<a href=\"../pkg/X.html#f\"><code>f</code></a><br/>"}, |
71 }; |
71 }; |
72 |
72 |
73 private static final String[][] NEGATED_TEST2 = NO_TEST; |
73 private static final String[][] NEGATED_TEST2 = NO_TEST; |
74 |
74 |
75 |
75 |