diff options
Diffstat (limited to 'test/data/format/deprecated.package.html')
| -rw-r--r-- | test/data/format/deprecated.package.html | 8 |
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> / <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> |
