diff options
author | Ignat Beresnev <ignat.beresnev@jetbrains.com> | 2023-02-09 03:15:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 03:15:52 +0100 |
commit | 7546efb83afa39770be5c7b9df72edc115e59a5b (patch) | |
tree | 0066c2b9e833e7dd7fd8cfafc3a1d05d15f40000 /core/testdata/format/codeSpan.html | |
parent | 683f6bb418bada9c90d2ffbd5040b3968e1c3522 (diff) | |
download | dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.gz dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.tar.bz2 dokka-7546efb83afa39770be5c7b9df72edc115e59a5b.zip |
Remove old test data (#2824)
Diffstat (limited to 'core/testdata/format/codeSpan.html')
-rw-r--r-- | core/testdata/format/codeSpan.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/core/testdata/format/codeSpan.html b/core/testdata/format/codeSpan.html deleted file mode 100644 index 28631dbf..00000000 --- a/core/testdata/format/codeSpan.html +++ /dev/null @@ -1,14 +0,0 @@ -<HTML> -<HEAD> -<meta charset="UTF-8"> -<title>foo - test</title> -</HEAD> -<BODY> -<a href="../index.html">test</a> / <a href="./foo.html">foo</a><br/> -<br/> -<h1>foo</h1> -<a name="$foo()"></a> -<code><span class="keyword">fun </span><span class="identifier">foo</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code> -<p>This is a <code>code span</code>.</p> -</BODY> -</HTML> |