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

magic

-
-
-
- -
fun magic(spell: String): Int
-

Parameters

-

-spell - The text of spell, often distributed on scrolls

-

Return Spell ID for future casts

-
-
-
-
- -
fun magic(spell: Int): Int
-

Parameters

-

-spell - Spell ID of previously casted spell

-

Return Spell ID for future casts

-
-- cgit