aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/blankLineInsideCodeBlock.html
diff options
context:
space:
mode:
authorIgnat Beresnev <ignat.beresnev@jetbrains.com>2023-02-09 03:15:52 +0100
committerGitHub <noreply@github.com>2023-02-09 03:15:52 +0100
commit7546efb83afa39770be5c7b9df72edc115e59a5b (patch)
tree0066c2b9e833e7dd7fd8cfafc3a1d05d15f40000 /core/testdata/format/blankLineInsideCodeBlock.html
parent683f6bb418bada9c90d2ffbd5040b3968e1c3522 (diff)
downloaddokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.gz
dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.bz2
dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.zip
Remove old test data (#2824)
Diffstat (limited to 'core/testdata/format/blankLineInsideCodeBlock.html')
-rw-r--r--core/testdata/format/blankLineInsideCodeBlock.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/core/testdata/format/blankLineInsideCodeBlock.html b/core/testdata/format/blankLineInsideCodeBlock.html
deleted file mode 100644
index 9db7d4f0..00000000
--- a/core/testdata/format/blankLineInsideCodeBlock.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>u - test</title>
-</HEAD>
-<BODY>
-<a href="../index.html">test</a>&nbsp;/&nbsp;<a href="./u.html">u</a><br/>
-<br/>
-<h1>u</h1>
-<a name="$u()"></a>
-<code><span class="keyword">fun </span><span class="identifier">u</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code><pre><code>This is a test
- of Dokka's code blocks.
-Here is a blank line.
-
-The previous line was blank.
-</code></pre>
-</BODY>
-</HTML>