aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrystianUjma <kujma@virtuslab.com>2019-04-18 18:31:53 +0200
committerKrystianUjma <kujma@virtuslab.com>2019-04-18 18:31:53 +0200
commita2faa6e7b08872770511f85099263d64ad6a1a55 (patch)
tree8f61b7b5bc9a57e520bb5881b4f2b41b85b1326e
parenteabb6ac49c3c23cbb5eba31cde3f55f63e098096 (diff)
downloaddokka-a2faa6e7b08872770511f85099263d64ad6a1a55.tar.gz
dokka-a2faa6e7b08872770511f85099263d64ad6a1a55.tar.bz2
dokka-a2faa6e7b08872770511f85099263d64ad6a1a55.zip
fix tests (format change)
-rw-r--r--core/testdata/format/multiplatform/breadcrumbsInMemberOfMemberOfGroupNode/multiplatform.md2
-rw-r--r--core/testdata/format/multiplatform/merge/multiplatform.package.md2
-rw-r--r--core/testdata/format/multiplatform/packagePlatformsFromMembers/multiplatform.index.md2
-rw-r--r--core/testdata/format/multiplatform/packagePlatformsWithExtExtensions/multiplatform.index.md2
-rw-r--r--core/testdata/format/sinceKotlin.html3
-rw-r--r--core/testdata/format/sinceKotlin.md4
-rw-r--r--core/testdata/format/sinceKotlinWide.package.md4
-rw-r--r--core/testdata/format/typeAliases.package.md2
8 files changed, 5 insertions, 16 deletions
diff --git a/core/testdata/format/multiplatform/breadcrumbsInMemberOfMemberOfGroupNode/multiplatform.md b/core/testdata/format/multiplatform/breadcrumbsInMemberOfMemberOfGroupNode/multiplatform.md
index 37e943ad..3c8ec66d 100644
--- a/core/testdata/format/multiplatform/breadcrumbsInMemberOfMemberOfGroupNode/multiplatform.md
+++ b/core/testdata/format/multiplatform/breadcrumbsInMemberOfMemberOfGroupNode/multiplatform.md
@@ -1,4 +1,4 @@
-[test](../../../index.md) / [pack](../../index.md) / [Some](../index.md) / [magic](./magic.md)
+[test](../../../index.md) / [pack](../../index.md) / [Some](../index.md) / [Some](index.md) / [magic](./magic.md)
# magic
diff --git a/core/testdata/format/multiplatform/merge/multiplatform.package.md b/core/testdata/format/multiplatform/merge/multiplatform.package.md
index ea78b5a3..2232c753 100644
--- a/core/testdata/format/multiplatform/merge/multiplatform.package.md
+++ b/core/testdata/format/multiplatform/merge/multiplatform.package.md
@@ -2,8 +2,6 @@
## Package foo
-**Platform and version requirements:** JVM, JS
-
### Types
| [Foo](-foo/index.md)<br>(JVM, JS) | `class Foo`<br>This is a foo. |
diff --git a/core/testdata/format/multiplatform/packagePlatformsFromMembers/multiplatform.index.md b/core/testdata/format/multiplatform/packagePlatformsFromMembers/multiplatform.index.md
index 6f45342b..51dc430b 100644
--- a/core/testdata/format/multiplatform/packagePlatformsFromMembers/multiplatform.index.md
+++ b/core/testdata/format/multiplatform/packagePlatformsFromMembers/multiplatform.index.md
@@ -1,7 +1,5 @@
[test](./index.md)
-**Platform and version requirements:** JVM, JS
-
### Packages
| [foo.bar](foo.bar/index.md)<br>(JVM, JS) | |
diff --git a/core/testdata/format/multiplatform/packagePlatformsWithExtExtensions/multiplatform.index.md b/core/testdata/format/multiplatform/packagePlatformsWithExtExtensions/multiplatform.index.md
index f4186b6e..887441c1 100644
--- a/core/testdata/format/multiplatform/packagePlatformsWithExtExtensions/multiplatform.index.md
+++ b/core/testdata/format/multiplatform/packagePlatformsWithExtExtensions/multiplatform.index.md
@@ -1,7 +1,5 @@
[test](./index.md)
-**Platform and version requirements:** JVM
-
### Packages
| [some](some/index.md)<br>(JVM) | |
diff --git a/core/testdata/format/sinceKotlin.html b/core/testdata/format/sinceKotlin.html
index 32988de2..0d493f52 100644
--- a/core/testdata/format/sinceKotlin.html
+++ b/core/testdata/format/sinceKotlin.html
@@ -4,11 +4,10 @@
<title>Since1.1 - test</title>
</HEAD>
<BODY>
-<a href="../index.html">test</a>&nbsp;/&nbsp;<a href="./index.html">Since1.1</a><br/>
+<a href="../../index.html">test</a>&nbsp;/&nbsp;<a href="./index.html">Since1.1</a><br/>
<br/>
<h1>Since1.1</h1>
<code><span class="keyword">class </span><span class="identifier">Since1.1</span></code>
-<p><strong>Platform and version requirements:</strong> Kotlin 1.1</p>
<p>Useful</p>
<h3>Constructors</h3>
<table>
diff --git a/core/testdata/format/sinceKotlin.md b/core/testdata/format/sinceKotlin.md
index df96db0a..188784d6 100644
--- a/core/testdata/format/sinceKotlin.md
+++ b/core/testdata/format/sinceKotlin.md
@@ -1,11 +1,9 @@
-[test](../index.md) / [Since1.1](./index.md)
+[test](../../index.md) / [Since1.1](./index.md)
# Since1.1
`class Since1.1`
-**Platform and version requirements:** Kotlin 1.1
-
Useful
### Constructors
diff --git a/core/testdata/format/sinceKotlinWide.package.md b/core/testdata/format/sinceKotlinWide.package.md
index 58a5045e..d2c2b6d8 100644
--- a/core/testdata/format/sinceKotlinWide.package.md
+++ b/core/testdata/format/sinceKotlinWide.package.md
@@ -1,9 +1,7 @@
-[test](./index.md)
+[test](../index.md)
## Package &lt;root&gt;
-**Platform and version requirements:** Kotlin 1.1+
-
### Types
| [Since1.1](-since1.1/index.md)<br>(Kotlin 1.1) | `class Since1.1`<br>Useful |
diff --git a/core/testdata/format/typeAliases.package.md b/core/testdata/format/typeAliases.package.md
index 199e91c2..bb0c717a 100644
--- a/core/testdata/format/typeAliases.package.md
+++ b/core/testdata/format/typeAliases.package.md
@@ -1,4 +1,4 @@
-[test](./index.md)
+[test](../index.md)
## Package &lt;root&gt;