Fixed textformattertests warning

This commit is contained in:
Tigger Kindel
2023-07-19 09:07:40 -06:00
committed by Tig
parent 78327e37f0
commit 7ee021cd6c

View File

@@ -246,13 +246,6 @@ namespace Terminal.Gui.TextTests {
Assert.Equal (Key.Unknown, hotKey);
}
static string testHotKeyAtStart = "_K Before";
static string testHotKeyAtSecondPos = "a_K Second";
static string testHotKeyAtLastPos = "Last _K";
static string testHotKeyAfterLastChar = "After K_";
static string testMultiHotKeys = "Multiple _K and _R";
static string testNonEnglish = "Non-english: _Кдать";
[Theory]
[InlineData (null)]
[InlineData ("")]