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.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/core/testdata/format/linkWithLabel.html b/core/testdata/format/linkWithLabel.html
index fbaecd2b..b8fe2228 100644
--- a/core/testdata/format/linkWithLabel.html
+++ b/core/testdata/format/linkWithLabel.html
@@ -14,7 +14,8 @@
<tbody>
<tr>
<td>
-<a href="test/-bar/-init-">&lt;init&gt;</a></td>
+<p><a href="test/-bar/-init-">&lt;init&gt;</a></p>
+</td>
<td>
<code><span class="identifier">Bar</span><span class="symbol">(</span><span class="symbol">)</span></code>
<p>Use <a href="test/-bar/foo">this method</a> for best results.</p>
@@ -27,7 +28,8 @@
<tbody>
<tr>
<td>
-<a href="test/-bar/foo">foo</a></td>
+<p><a href="test/-bar/foo">foo</a></p>
+</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>