From 2b7c9e0a4185e199ffc6aa0f8f1437f08320d30b Mon Sep 17 00:00:00 2001 From: KrystianUjma Date: Mon, 24 Jun 2019 16:45:55 +0200 Subject: fix dataTagsInGroupNode test --- .../dataTagsInGroupNode/multiplatform.html | 61 ++++++++++------------ .../dataTagsInGroupNode/multiplatform.package.html | 54 ++++++++----------- 2 files changed, 51 insertions(+), 64 deletions(-) (limited to 'core/testdata/format/website-html') diff --git a/core/testdata/format/website-html/dataTagsInGroupNode/multiplatform.html b/core/testdata/format/website-html/dataTagsInGroupNode/multiplatform.html index 3d34fc7e..eddee862 100644 --- a/core/testdata/format/website-html/dataTagsInGroupNode/multiplatform.html +++ b/core/testdata/format/website-html/dataTagsInGroupNode/multiplatform.html @@ -1,38 +1,35 @@
test / pack / Some

Some

-
typealias Some = SomeCoolJvmClass
-

Platform and version requirements: JVM

+
+
+
JVM
+
1.0
-
class Some
-

Platform and version requirements: JS

+
typealias Some = SomeCoolJvmClass
+
+
+
JS
+
1.0
+
+
class Some
+

Constructors

- - - - - - - -
-

<init>

- -
-
Some()
- -
+
+
JS
+
1.0
+
+

<init>

+
Some()
+
+
+

Functions

- - - - - - - -
-

magic

- -
-
fun magic(): Unit
- -
+
+
JS
+
1.0
+
+

magic

+
fun magic(): Unit
+
+
diff --git a/core/testdata/format/website-html/dataTagsInGroupNode/multiplatform.package.html b/core/testdata/format/website-html/dataTagsInGroupNode/multiplatform.package.html index c8926a28..99aae350 100644 --- a/core/testdata/format/website-html/dataTagsInGroupNode/multiplatform.package.html +++ b/core/testdata/format/website-html/dataTagsInGroupNode/multiplatform.package.html @@ -1,36 +1,26 @@

Package pack

Types

- - - - - - - -
-

Some

- -
-
class Some
- -
-

SomeCoolJvmClass

- -
-
class SomeCoolJvmClass
- -
-

Type Aliases

- - - - - -
-

Some

- -
+
+

Some

+
+
JVM
+
1.0
+
typealias Some = SomeCoolJvmClass
- -
+
+
JS
+
1.0
+
+
class Some
+
+ +
+
JVM
+
1.0
+
+

SomeCoolJvmClass

+
class SomeCoolJvmClass
+
+
+ -- cgit