diff options
| author | KrystianUjma <kujma@virtuslab.com> | 2019-04-10 17:34:45 +0200 |
|---|---|---|
| committer | KrystianUjma <kujma@virtuslab.com> | 2019-04-10 17:34:45 +0200 |
| commit | fb4149a5e7a57a7ea51fb66dc64538102be01737 (patch) | |
| tree | 7b833a2aad590c3979c8598c2b66a5ed82adc4a4 /core/testdata/format | |
| parent | 9b4a616e483e4ce0dc4dd74a66a585454bda3f2c (diff) | |
| download | dokka-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')
97 files changed, 164 insertions, 164 deletions
diff --git a/core/testdata/format/accessor.md b/core/testdata/format/accessor.md index 190e8538..9bb2c4ed 100644 --- a/core/testdata/format/accessor.md +++ b/core/testdata/format/accessor.md @@ -1,4 +1,4 @@ -[test](../index.md) / [C](index.md) / [x](./x.md) +[test](../../index.md) / [C](index.md) / [x](./x.md) # x diff --git a/core/testdata/format/annotatedTypeParameter.md b/core/testdata/format/annotatedTypeParameter.md index aa622eac..36d8aba9 100644 --- a/core/testdata/format/annotatedTypeParameter.md +++ b/core/testdata/format/annotatedTypeParameter.md @@ -1,4 +1,4 @@ -[test](index.md) / [containsAll](./contains-all.md) +[test](../index.md) / [containsAll](./contains-all.md) # containsAll diff --git a/core/testdata/format/annotationClass.md b/core/testdata/format/annotationClass.md index 55fda40c..9ce4aea9 100644 --- a/core/testdata/format/annotationClass.md +++ b/core/testdata/format/annotationClass.md @@ -1,4 +1,4 @@ -[test](../index.md) / [fancy](./index.md) +[test](../../index.md) / [fancy](./index.md) # fancy diff --git a/core/testdata/format/annotationClass.package.md b/core/testdata/format/annotationClass.package.md index c8aff7a3..25e0d77c 100644 --- a/core/testdata/format/annotationClass.package.md +++ b/core/testdata/format/annotationClass.package.md @@ -1,4 +1,4 @@ -[test](./index.md) +[test](../index.md) ## Package <root> diff --git a/core/testdata/format/annotationParams.md b/core/testdata/format/annotationParams.md index cfa3b822..7388c83a 100644 --- a/core/testdata/format/annotationParams.md +++ b/core/testdata/format/annotationParams.md @@ -1,4 +1,4 @@ -[test](index.md) / [f](./f.md) +[test](../index.md) / [f](./f.md) # f diff --git a/core/testdata/format/annotations.md b/core/testdata/format/annotations.md index 2e1604d0..07c22103 100644 --- a/core/testdata/format/annotations.md +++ b/core/testdata/format/annotations.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Foo](./index.md) +[test](../../index.md) / [Foo](./index.md) # Foo diff --git a/core/testdata/format/arrayAverage.md b/core/testdata/format/arrayAverage.md index 2c6927d6..5867c1be 100644 --- a/core/testdata/format/arrayAverage.md +++ b/core/testdata/format/arrayAverage.md @@ -1,4 +1,4 @@ -[test](../index.md) / [XArray](./index.md) +[test](../../index.md) / [XArray](./index.md) # XArray diff --git a/core/testdata/format/backtickInCodeBlock.md b/core/testdata/format/backtickInCodeBlock.md index 830539ac..d2267204 100644 --- a/core/testdata/format/backtickInCodeBlock.md +++ b/core/testdata/format/backtickInCodeBlock.md @@ -1,4 +1,4 @@ -[test](index.md) / [foo](./foo.md) +[test](../index.md) / [foo](./foo.md) # foo diff --git a/core/testdata/format/blankLineInsideCodeBlock.html b/core/testdata/format/blankLineInsideCodeBlock.html index f0351d72..9db7d4f0 100644 --- a/core/testdata/format/blankLineInsideCodeBlock.html +++ b/core/testdata/format/blankLineInsideCodeBlock.html @@ -4,7 +4,7 @@ <title>u - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./u.html">u</a><br/> +<a href="../index.html">test</a> / <a href="./u.html">u</a><br/> <br/> <h1>u</h1> <a name="$u()"></a> diff --git a/core/testdata/format/blankLineInsideCodeBlock.md b/core/testdata/format/blankLineInsideCodeBlock.md index 956f8954..1a3ef10e 100644 --- a/core/testdata/format/blankLineInsideCodeBlock.md +++ b/core/testdata/format/blankLineInsideCodeBlock.md @@ -1,4 +1,4 @@ -[test](index.md) / [u](./u.md) +[test](../index.md) / [u](./u.md) # u diff --git a/core/testdata/format/bracket.html b/core/testdata/format/bracket.html index 01aaaf04..5ba19b73 100644 --- a/core/testdata/format/bracket.html +++ b/core/testdata/format/bracket.html @@ -4,7 +4,7 @@ <title>foo - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./foo.html">foo</a><br/> +<a href="../index.html">test</a> / <a href="./foo.html">foo</a><br/> <br/> <h1>foo</h1> <a name="$foo()"></a> diff --git a/core/testdata/format/brokenLink.html b/core/testdata/format/brokenLink.html index c598a73e..db47c05a 100644 --- a/core/testdata/format/brokenLink.html +++ b/core/testdata/format/brokenLink.html @@ -4,7 +4,7 @@ <title>f - test</title> </HEAD> <BODY> -<a href="index.html">test</a> / <a href="./f.html">f</a><br/> +<a href="../index.html">test</a> / <a href="./f.html">f</a><br/> <br/> <h1>f</h1> <a name="$f()"></a> diff --git a/core/testdata/format/classWithCompanionObject.html b/core/testdata/format/classWithCompanionObject.html index 88feea5e..4525711d 100644 --- a/core/testdata/format/classWithCompanionObject.html +++ b/core/testdata/format/classWithCompanionObject.html @@ -4,7 +4,7 @@ <title>Klass - test</title> </HEAD> <BODY> -<a href="../index.html">test</a> / <a href="./index.html">Klass</a><br/> +<a href="../../index.html">test</a> / <a href="./index.html">Klass</a><br/> <br/> <h1>Klass</h1> <code><span class="keyword">class </span><span class="identifier">Klass</span></code> diff --git a/core/testdata/format/classWithCompanionObject.md b/core/testdata/format/classWithCompanionObject.md index 40f605be..850e51ec 100644 --- a/core/testdata/format/classWithCompanionObject.md +++ b/core/testdata/format/classWithCompanionObject.md @@ -1,4 +1,4 @@ -[test](../index.md) / [Klass](./index.md) +[test](../../index.md) / [Klass](./index.md) # Klass 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> / <a href="./index.html">Throws</a><br/> +<a href="../../index.html">test</a> / <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> / <a href="./index.html">ItDoesSomeObfuscatedThing</a><br/> +<a href="../../index.html">test</a> / <a href="./index.html">ItDoesSomeObfuscatedThing</a><br/> <br/> <h1>ItDoesSomeObfuscatedThing</h1> <code><span class="keyword">class </span><span class="identifier">ItDoesSomeObfuscatedThing</span></code> |
