aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/codeBlock.html
diff options
context:
space:
mode:
Diffstat (limited to 'core/testdata/format/codeBlock.html')
-rw-r--r--core/testdata/format/codeBlock.html60
1 files changed, 0 insertions, 60 deletions
diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html
deleted file mode 100644
index ead4dbc0..00000000
--- a/core/testdata/format/codeBlock.html
+++ /dev/null
@@ -1,60 +0,0 @@
-<!-- File: test/--root--/-throws/index.html -->
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>Throws - test</title>
-</HEAD>
-<BODY>
-<a href="../../index.html">test</a>&nbsp;/&nbsp;<a href="./index.html">Throws</a><br/>
-<br/>
-<h1>Throws</h1>
-<code><span class="keyword">class </span><span class="identifier">Throws</span></code>
-<p>This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.</p>
-<p>Example:</p>
-<pre><code>Throws(IOException::class)
-fun readFile(name: String): String {...}
-</code></pre>
-<h3>Constructors</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<h4><a href="-init-.html">&lt;init&gt;</a></h4>
-</td>
-<td>
-<p>This annotation indicates what exceptions should be declared by a function when compiled to a JVM method.</p>
-<code><span class="identifier">Throws</span><span class="symbol">(</span><span class="symbol">)</span></code></td>
-</tr>
-</tbody>
-</table>
-</BODY>
-</HTML>
-<!-- File: test/--root--/-it-does-some-obfuscated-thing/index.html -->
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>ItDoesSomeObfuscatedThing - test</title>
-</HEAD>
-<BODY>
-<a href="../../index.html">test</a>&nbsp;/&nbsp;<a href="./index.html">ItDoesSomeObfuscatedThing</a><br/>
-<br/>
-<h1>ItDoesSomeObfuscatedThing</h1>
-<code><span class="keyword">class </span><span class="identifier">ItDoesSomeObfuscatedThing</span></code>
-<p>Check output of</p>
-<pre><code class="lang-brainfuck">++++++++++[&gt;+++++++&gt;++++++++++&gt;+++&gt;+&lt;&lt;&lt;&lt;-]&gt;++.&gt;+.+++++++..+++.&gt;++.&lt;&lt;+++++++++++++++.&gt;.+++.------.--------.&gt;+.&gt;.
-</code></pre>
-<h3>Constructors</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<h4><a href="-init-.html">&lt;init&gt;</a></h4>
-</td>
-<td>
-<p>Check output of</p>
-<code><span class="identifier">ItDoesSomeObfuscatedThing</span><span class="symbol">(</span><span class="symbol">)</span></code></td>
-</tr>
-</tbody>
-</table>
-</BODY>
-</HTML>