mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Provided one example of a skip working with it.
Shows up in the to-do list as expected
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using JetBrains.Annotations;
|
||||
using JetBrains.Annotations;
|
||||
|
||||
namespace Terminal.Gui.ViewsTests;
|
||||
|
||||
@@ -362,7 +362,7 @@ public class ShortcutTests
|
||||
// " C 0 A "
|
||||
[InlineData (-1, 0, 0)]
|
||||
[InlineData (0, 1, 1)]
|
||||
[InlineData (1, 0, 1)] // BUGBUG: This should be 1,1,1. We need to fix the logic in the Shortcut class.
|
||||
[InlineData (1, 1, 1, Skip = "BUGBUG: This breaks. We need to fix the logic in the Shortcut class.")]
|
||||
[InlineData (2, 1, 1)]
|
||||
[InlineData (3, 1, 1)]
|
||||
[InlineData (4, 1, 1)]
|
||||
|
||||
Reference in New Issue
Block a user