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/blankLineInsideCodeBlock.html | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 core/testdata/format/blankLineInsideCodeBlock.html (limited to 'core/testdata/format/blankLineInsideCodeBlock.html') diff --git a/core/testdata/format/blankLineInsideCodeBlock.html b/core/testdata/format/blankLineInsideCodeBlock.html deleted file mode 100644 index 9db7d4f0..00000000 --- a/core/testdata/format/blankLineInsideCodeBlock.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -u - test - - -test / u
-
-

u

- -fun u(): Unit
This is a test
-    of Dokka's code blocks.
-Here is a blank line.
-
-The previous line was blank.
-
- - -- cgit