From a91570210d078c84b60d9eb0245d6a29f302f2c6 Mon Sep 17 00:00:00 2001 From: KrystianUjma Date: Mon, 10 Jun 2019 18:21:32 +0200 Subject: fix kotlin website html tests --- core/testdata/format/website-html/sample.html | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'core/testdata/format/website-html/sample.html') diff --git a/core/testdata/format/website-html/sample.html b/core/testdata/format/website-html/sample.html index 1fb26e41..479af45c 100644 --- a/core/testdata/format/website-html/sample.html +++ b/core/testdata/format/website-html/sample.html @@ -1,10 +1,13 @@ -
test / foo
+
test / foo

foo

-
+
+
+
+
fun foo(): Int

Groups elements of the original sequence by the key returned by the given keySelector function applied to each element and returns a map where each group key is associated with a list of corresponding elements.

-

+

 
 fun main(args: Array<String>) {
 //sampleStart
@@ -14,6 +17,9 @@ if (true) {
 //sampleEnd
 }
-
+
+
+
+
fun foo(i: Int): Int
-- cgit