public void ChangeModeToNormalShouldClearSelection() { Create(lines: "foo"); _selection.Select(_textView.GetLine(0).Extent); _mode.Process(KeyInputUtil.EscapeKey); Assert.IsTrue(_selection.GetSpan().IsEmpty); }