diff options
Diffstat (limited to 'core/testdata/format/codeBlock.html')
-rw-r--r-- | core/testdata/format/codeBlock.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html index a877e8c6..ead4dbc0 100644 --- a/core/testdata/format/codeBlock.html +++ b/core/testdata/format/codeBlock.html @@ -19,11 +19,11 @@ fun readFile(name: String): String {...} <tbody> <tr> <td> -<a href="-init-.html"><init></a></td> +<h4><a href="-init-.html"><init></a></h4> +</td> <td> -<code><span class="identifier">Throws</span><span class="symbol">(</span><span class="symbol">)</span></code> <p>This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.</p> -</td> +<code><span class="identifier">Throws</span><span class="symbol">(</span><span class="symbol">)</span></code></td> </tr> </tbody> </table> @@ -48,11 +48,11 @@ fun readFile(name: String): String {...} <tbody> <tr> <td> -<a href="-init-.html"><init></a></td> +<h4><a href="-init-.html"><init></a></h4> +</td> <td> -<code><span class="identifier">ItDoesSomeObfuscatedThing</span><span class="symbol">(</span><span class="symbol">)</span></code> <p>Check output of</p> -</td> +<code><span class="identifier">ItDoesSomeObfuscatedThing</span><span class="symbol">(</span><span class="symbol">)</span></code></td> </tr> </tbody> </table> |