aboutsummaryrefslogtreecommitdiff
path: root/test/data/format/deprecated.package.html
diff options
context:
space:
mode:
authorDmitry Jemerov <yole@jetbrains.com>2015-02-19 18:59:00 +0100
committerDmitry Jemerov <yole@jetbrains.com>2015-02-19 18:59:00 +0100
commitd9bfa029b0ecf300ae47cf1033db2d5cb323d705 (patch)
treeff8a9f7d4b0b1233d3d7b1e89a74047c64c8dbd7 /test/data/format/deprecated.package.html
parent2822a3eee07a27495d5af4fc36304d483756d3a6 (diff)
downloaddokka-d9bfa029b0ecf300ae47cf1033db2d5cb323d705.tar.gz
dokka-d9bfa029b0ecf300ae47cf1033db2d5cb323d705.tar.bz2
dokka-d9bfa029b0ecf300ae47cf1033db2d5cb323d705.zip
remove dependency of Location on a File; use more meaningful locations in tests
Diffstat (limited to 'test/data/format/deprecated.package.html')
-rw-r--r--test/data/format/deprecated.package.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/data/format/deprecated.package.html b/test/data/format/deprecated.package.html
index 000d2015..8e3c2aa9 100644
--- a/test/data/format/deprecated.package.html
+++ b/test/data/format/deprecated.package.html
@@ -3,7 +3,7 @@
<title>test / root package</title>
</HEAD>
<BODY>
-<a href="out.html">test</a>&nbsp;/&nbsp;<a href="out.html"></a><br/>
+<a href="test/index">test</a><br/>
<br/>
<h1></h1>
<code><span class="keyword">package</span> <span class="identifier"></span></code><br/>
@@ -14,7 +14,7 @@
<tbody>
<tr>
<td>
-<a href="out.html">C</a></td>
+<a href="test/-c/index">C</a></td>
<td>
<code><span class="keyword">class </span><s><span class="identifier">C</span></s></code></td>
</tr>
@@ -25,7 +25,7 @@
<tbody>
<tr>
<td>
-<a href="out.html">p</a></td>
+<a href="test/p/index">p</a></td>
<td>
<code><span class="keyword">val </span><s><span class="identifier">p</span></s><span class="symbol">: </span><span class="identifier">Int</span></code></td>
</tr>
@@ -36,7 +36,7 @@
<tbody>
<tr>
<td>
-<a href="out.html">f</a></td>
+<a href="test/f">f</a></td>
<td>
<code><span class="keyword">fun </span><s><span class="identifier">f</span></s><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">Unit</span></code></td>
</tr>