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

a

+
+
+
fun a(): String
-
import java.io.FileNotFoundException
+
import java.io.FileNotFoundException
 import java.io.File
 
 fun main(args: Array<String>) {
@@ -22,3 +25,4 @@ fun indented() {
 }
 //sampleEnd
 }
+
-- cgit