mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
6851834: Javadoc doclet needs a structured approach to generate the output HTML
Reviewed-by: jjg
This commit is contained in:
parent
6edf2ff9a3
commit
275e77646d
148 changed files with 12175 additions and 7441 deletions
|
@ -51,7 +51,7 @@ public class TestConstantValuesDriver extends JavadocTester {
|
|||
tests[i][1] = "TEST"+(i+1)+"PASSES";
|
||||
}
|
||||
tests[tests.length-1][0] = BUG_ID + FS + "constant-values.html";
|
||||
tests[tests.length-1][1] = "<CODE>\"<Hello World>\"</CODE>";
|
||||
tests[tests.length-1][1] = "<code>\"<Hello World>\"</code>";
|
||||
TestConstantValuesDriver tester = new TestConstantValuesDriver();
|
||||
run(tester, ARGS, tests, NO_TEST);
|
||||
tester.printSummary();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue