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/newLinesInSamples.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'core/testdata/format/website-html/newLinesInSamples.html') diff --git a/core/testdata/format/website-html/newLinesInSamples.html b/core/testdata/format/website-html/newLinesInSamples.html index 50f875da..7e379c68 100644 --- a/core/testdata/format/website-html/newLinesInSamples.html +++ b/core/testdata/format/website-html/newLinesInSamples.html @@ -1,8 +1,11 @@ -
test / foo
+
test / foo

foo

+
+
+
fun foo(): Unit
-

+

 
 fun main(args: Array<String>) {
 //sampleStart
@@ -17,3 +20,4 @@ val mutableByLength: MutableMap<Int, MutableList<String>> = words.gr
 println("mutableByLength == byLength is ${mutableByLength == byLength}") // true
 //sampleEnd
 }
+
-- cgit