mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed textformattertests warning
This commit is contained in:
@@ -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 ("")]
|
||||
|
||||
Reference in New Issue
Block a user