mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Fixed menu unit test
This commit is contained in:
@@ -1290,7 +1290,7 @@ wo
|
||||
[Theory]
|
||||
[AutoInitShutdown]
|
||||
[InlineData ("New", KeyCode.CtrlMask | KeyCode.N)]
|
||||
[InlineData ("Quit", KeyCode.AltMask | KeyCode.CtrlMask | KeyCode.Q)]
|
||||
[InlineData ("Quit", KeyCode.CtrlMask | KeyCode.Q)]
|
||||
[InlineData ("Copy", KeyCode.CtrlMask | KeyCode.C)]
|
||||
[InlineData ("Replace", KeyCode.CtrlMask | KeyCode.H)]
|
||||
[InlineData ("1", KeyCode.F1)]
|
||||
|
||||
Reference in New Issue
Block a user