1
1
/*
2
- * Copyright (c) 2016, 2022 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2016, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
23
23
24
24
/*
25
25
* @test
26
- * @bug 8163800 8175200 8186332 8182765
26
+ * @bug 8163800 8175200 8186332 8182765 8345908
27
27
* @summary The fix for JDK-8072052 shows up other minor incorrect use of styles
28
28
* @library ../../lib
29
29
* @modules jdk.javadoc/jdk.javadoc.internal.tool
@@ -66,10 +66,10 @@ public void test() {
66
66
67
67
checkOutput ("p/C3.html" , true ,
68
68
"""
69
- <code><a href="I1.html" title="interface in p">I1</a></code>, <code> <a href="I12\
70
- .html" title="interface in p">I12</a></code>, <code> <a href="I2.html" title="int\
71
- erface in p">I2</a></code>, <code> <a href="IT1.html" title="interface in p">IT1<\
72
- /a><T></code>, <code> <a href="IT2.html" title="interface in p">IT2</a><\
69
+ <code><a href="I1.html" title="interface in p">I1</a>, <a href="I12\
70
+ .html" title="interface in p">I12</a>, <a href="I2.html" title="int\
71
+ erface in p">I2</a>, <a href="IT1.html" title="interface in p">IT1<\
72
+ /a><T>, <a href="IT2.html" title="interface in p">IT2</a><\
73
73
java.lang.String></code>""" ,
74
74
"""
75
75
<code><a href="#%3Cinit%3E()" class="member-name-link">C3</a>()</code>""" );
@@ -90,7 +90,7 @@ public void test() {
90
90
"""
91
91
<code><a href="C3.html" title="class in p">C3</a></code>""" ,
92
92
"""
93
- <code><a href="I1.html" title="interface in p">I1</a></code>, <code> <a href="I2.\
93
+ <code><a href="I1.html" title="interface in p">I1</a>, <a href="I2.\
94
94
html" title="interface in p">I2</a></code>""" );
95
95
96
96
checkOutput ("p/IT1.html" , true ,
0 commit comments