We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b02893 commit 8a4962cCopy full SHA for 8a4962c
UnitTests/Views/TimeFieldTests.cs
@@ -147,6 +147,7 @@ public void KeyBindings_Command ()
147
Assert.True (tf.NewKeyDownEvent (Key.End));
148
Assert.Equal (8, tf.CursorPosition);
149
Assert.True (tf.NewKeyDownEvent (Key.A.WithCtrl));
150
+ Assert.Equal (9, tf.CursorPosition);
151
Assert.Equal (tf.SelectedLength, tf.Text.Length);
152
Assert.True (tf.NewKeyDownEvent (Key.E.WithCtrl));
153
0 commit comments