diff options
author | Kamil Doległo <kamilok1965@interia.pl> | 2019-05-07 14:30:25 +0200 |
---|---|---|
committer | Kamil Doległo <kamilok1965@interia.pl> | 2019-05-07 14:33:31 +0200 |
commit | d1937ab65bef189a48a55218a4194c0afb778053 (patch) | |
tree | a7d42b085d6bf64ebedefebe81febdc83a82d408 /core/testdata/format/codeBlock.html | |
parent | d2777df57ac81a69ab78e982adda2cedcb2d5e8d (diff) | |
download | dokka-d1937ab65bef189a48a55218a4194c0afb778053.tar.gz dokka-d1937ab65bef189a48a55218a4194c0afb778053.tar.bz2 dokka-d1937ab65bef189a48a55218a4194c0afb778053.zip |
Fix some tests
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> |