From f65fbf534807c168a81f4e80919680ca7dcff47b Mon Sep 17 00:00:00 2001 From: Simon Ogorodnik Date: Fri, 24 Mar 2017 22:01:49 +0300 Subject: Tweak kws html format to match output of old format --- core/testdata/format/website-html/sample.html | 6 ++---- 1 file changed, 2 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 00646a11..55d321c0 100644 --- a/core/testdata/format/website-html/sample.html +++ b/core/testdata/format/website-html/sample.html @@ -1,6 +1,6 @@
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.

@@ -14,8 +14,6 @@ if (true) { //sampleEnd }
-

-

+
fun foo(i: Int): Int
-

-- cgit