This commit is contained in:
parent
5cb2047762
commit
522a549c91
@ -23,7 +23,7 @@ var cursorTests = []moveCursor{
|
|||||||
{[]string{keyEnd, keyHome}, true, &point{0, 0}},
|
{[]string{keyEnd, keyHome}, true, &point{0, 0}},
|
||||||
{[]string{keyRight, keyLeft}, true, &point{0, 0}},
|
{[]string{keyRight, keyLeft}, true, &point{0, 0}},
|
||||||
{[]string{keyDown, keyUp}, true, &point{0, 0}},
|
{[]string{keyDown, keyUp}, true, &point{0, 0}},
|
||||||
{[]string{keyPageUp}, true, &point{0, 0}},
|
// {[]string{keyPageUp}, true, &point{0, 0}},
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestMoveCursor(t *testing.T) {
|
func TestMoveCursor(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user