From 3873f0d3f0f5df1f2d42d365df0b3b618f60b324 Mon Sep 17 00:00:00 2001 From: KrystianUjma Date: Tue, 11 Jun 2019 13:49:09 +0200 Subject: fix kotlin website html tests --- .../dataTags/multiplatform.package.html | 131 ++++++++++----------- 1 file changed, 63 insertions(+), 68 deletions(-) (limited to 'core') diff --git a/core/testdata/format/website-html/dataTags/multiplatform.package.html b/core/testdata/format/website-html/dataTags/multiplatform.package.html index 35453ab1..4806f9d1 100644 --- a/core/testdata/format/website-html/dataTags/multiplatform.package.html +++ b/core/testdata/format/website-html/dataTags/multiplatform.package.html @@ -1,71 +1,66 @@
test / foo

Package foo

Functions

- - - - - - - - - - - - - - - - - - - -
-

jre7

- -
-
fun jre7(): Unit
- -
-

jre7New

- -
-
fun jre7New(): Unit
- -
-

js

- -
-
fun js(): Unit
- -
-

jsNew

- -
-
fun jsNew(): Unit
- -
-

jvm

- -
-
fun jvm(): Unit
- -
-

jvmNew

- -
-
fun jvmNew(): Unit
- -
-

shared

- -
-
fun shared(): Unit
- -
-

sharedNew

- -
-
fun sharedNew(): Unit
- -
+
+
JVM
+
JRE7
+
1.0
+
+jre7
fun jre7(): Unit
+
+
+
+
JVM
+
JRE7
+
1.1
+
+jre7New (Since: 1.1)
fun jre7New(): Unit
+
+
+
+
JS
+
1.0
+
+js
fun js(): Unit
+
+
+
+
JS
+
1.1
+
+jsNew (Since: 1.1)
fun jsNew(): Unit
+
+
+
+
JVM
+
1.0
+
+jvm
fun jvm(): Unit
+
+
+
+
JVM
+
1.1
+
+jvmNew (Since: 1.1)
fun jvmNew(): Unit
+
+
+
+
JVM
+
JRE7
+
JS
+
1.0
+
+shared
fun shared(): Unit
+
+
+
+
JVM
+
JRE7
+
JS
+
1.1
+
+sharedNew (Since: 1.1)
fun sharedNew(): Unit
+
+
+
-- cgit