aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/linkWithLabel.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/linkWithLabel.html')
-rw-r--r--core/testdata/format/linkWithLabel.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/core/testdata/format/linkWithLabel.html b/core/testdata/format/linkWithLabel.html
index daed792c..52dfa4a3 100644
--- a/core/testdata/format/linkWithLabel.html
+++ b/core/testdata/format/linkWithLabel.html
@@ -14,11 +14,11 @@
<tbody>
<tr>
<td>
-<a href="-init-.html">&lt;init&gt;</a></td>
+<h4><a href="-init-.html">&lt;init&gt;</a></h4>
+</td>
<td>
-<code><span class="identifier">Bar</span><span class="symbol">(</span><span class="symbol">)</span></code>
<p>Use <a href="foo.html">this method</a> for best results.</p>
-</td>
+<code><span class="identifier">Bar</span><span class="symbol">(</span><span class="symbol">)</span></code></td>
</tr>
</tbody>
</table>
@@ -27,7 +27,8 @@
<tbody>
<tr>
<td>
-<a href="foo.html">foo</a></td>
+<h4><a href="foo.html">foo</a></h4>
+</td>
<td>
<code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></td>
</tr>