diff options
Diffstat (limited to 'core/testdata/format/codeBlock.html')
-rw-r--r-- | core/testdata/format/codeBlock.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html index 9bf0dcd9..a877e8c6 100644 --- a/core/testdata/format/codeBlock.html +++ b/core/testdata/format/codeBlock.html @@ -19,8 +19,7 @@ fun readFile(name: String): String {...} <tbody> <tr> <td> -<p><a href="-init-.html"><init></a></p> -</td> +<a href="-init-.html"><init></a></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> @@ -49,8 +48,7 @@ fun readFile(name: String): String {...} <tbody> <tr> <td> -<p><a href="-init-.html"><init></a></p> -</td> +<a href="-init-.html"><init></a></td> <td> <code><span class="identifier">ItDoesSomeObfuscatedThing</span><span class="symbol">(</span><span class="symbol">)</span></code> <p>Check output of</p> |