test/com/sun/javadoc/testTypeParams/TestTypeParameters.java

changeset 1741
4c43e51433ba
parent 958
734144b6b22f
child 2101
933ba3f81a87
equal deleted inserted replaced
1740:ce4f0769b4b2 1741:4c43e51433ba
1 /* 1 /*
2 * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2003, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. 7 * published by the Free Software Foundation.
52 52
53 //Input for string search tests. 53 //Input for string search tests.
54 private static final String[][] TEST1 = { 54 private static final String[][] TEST1 = {
55 {BUG_ID + FS + "pkg" + FS + "C.html", 55 {BUG_ID + FS + "pkg" + FS + "C.html",
56 "<td class=\"colFirst\"><code>&lt;W extends java.lang.String,V extends " + 56 "<td class=\"colFirst\"><code>&lt;W extends java.lang.String,V extends " +
57 "java.util.List&gt;&nbsp;<br>java.lang.Object</code></td>" 57 "java.util.List&gt;<br>java.lang.Object</code></td>"
58 }, 58 },
59 {BUG_ID + FS + "pkg" + FS + "C.html", 59 {BUG_ID + FS + "pkg" + FS + "C.html",
60 "<code>&lt;T&gt;&nbsp;java.lang.Object</code>" 60 "<code>&lt;T&gt;&nbsp;java.lang.Object</code>"
61 }, 61 },
62 {BUG_ID + FS + "pkg" + FS + "package-summary.html", 62 {BUG_ID + FS + "pkg" + FS + "package-summary.html",

mercurial