aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/codeBlock.html
diff options
context:
space:
mode:
authorKrystianUjma <kujma@virtuslab.com>2019-04-10 17:34:45 +0200
committerKrystianUjma <kujma@virtuslab.com>2019-04-10 17:34:45 +0200
commitfb4149a5e7a57a7ea51fb66dc64538102be01737 (patch)
tree7b833a2aad590c3979c8598c2b66a5ed82adc4a4 /core/testdata/format/codeBlock.html
parent9b4a616e483e4ce0dc4dd74a66a585454bda3f2c (diff)
downloaddokka-fb4149a5e7a57a7ea51fb66dc64538102be01737.tar.gz
dokka-fb4149a5e7a57a7ea51fb66dc64538102be01737.tar.bz2
dokka-fb4149a5e7a57a7ea51fb66dc64538102be01737.zip
fix tests #2 - fails caused by bad index.html paths and missing paragraphs
Diffstat (limited to 'core/testdata/format/codeBlock.html')
-rw-r--r--core/testdata/format/codeBlock.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/testdata/format/codeBlock.html b/core/testdata/format/codeBlock.html
index 1e07ff09..9bf0dcd9 100644
--- a/core/testdata/format/codeBlock.html
+++ b/core/testdata/format/codeBlock.html
@@ -1,11 +1,11 @@
-<!-- File: test/-throws/index.html -->
+<!-- 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/>
+<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>
@@ -30,14 +30,14 @@ fun readFile(name: String): String {...}
</table>
</BODY>
</HTML>
-<!-- File: test/-it-does-some-obfuscated-thing/index.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/>
+<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>