test/com/sun/javadoc/AuthorDD/AuthorDD.java

changeset 233
5240b1120530
parent 183
dbe9e82f9d25
child 554
9d9f26857129
equal deleted inserted replaced
232:1fbc1cc6e260 233:5240b1120530
89 { "<DT><STRONG>Since:</STRONG></DT>"+NL+" <DD>JDK 1.0</DD>", 89 { "<DT><STRONG>Since:</STRONG></DT>"+NL+" <DD>JDK 1.0</DD>",
90 BUGID + FS + "p1" + FS + "C1.html" }, 90 BUGID + FS + "p1" + FS + "C1.html" },
91 91
92 // Test multiple @author tags: 92 // Test multiple @author tags:
93 93
94 { "<DT><STRONG>Author:</STRONG></DT>"+NL+" <DD>Doug Kramer, Jamie, Neal</DD>"+NL, 94 { "<DT><STRONG>Author:</STRONG></DT>"+NL+" <DD>Doug Kramer, Jamie, Neal</DD>",
95 BUGID + FS + "p1" + FS + "C1.html" }, 95 BUGID + FS + "p1" + FS + "C1.html" },
96 96
97 }; 97 };
98 98
99 public static void runTestsOnHTML(String[][] testArray) { 99 public static void runTestsOnHTML(String[][] testArray) {

mercurial