From 7546efb83afa39770be5c7b9df72edc115e59a5b Mon Sep 17 00:00:00 2001 From: Ignat Beresnev Date: Thu, 9 Feb 2023 03:15:52 +0100 Subject: Remove old test data (#2824) --- core/testdata/format/indentedCodeBlock.html | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 core/testdata/format/indentedCodeBlock.html (limited to 'core/testdata/format/indentedCodeBlock.html') diff --git a/core/testdata/format/indentedCodeBlock.html b/core/testdata/format/indentedCodeBlock.html deleted file mode 100644 index 5b4677d1..00000000 --- a/core/testdata/format/indentedCodeBlock.html +++ /dev/null @@ -1,17 +0,0 @@ - - - -foo - test - - -test / foo
-
-

foo

- -fun foo(): Unit -

Create a new Foo value as follows:

-
    val foo = Foo.create {
-        type { "ABC" }
-    }
- - -- cgit