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 5e9ddaf commit 1798e15Copy full SHA for 1798e15
test/HistoryTest.cs
@@ -411,6 +411,8 @@ public void HistoryRecallCurrentLine()
411
412
SetHistory("echo foo", "echo bar");
413
Test("ec", Keys("ec", _.UpArrow, _.UpArrow, _.DownArrow, _.DownArrow));
414
+ Test("get", Keys("ec", _.UpArrow, _.DownArrow, _.Escape, "get", _.UpArrow, _.DownArrow));
415
+ Test("", Keys("ec", _.UpArrow, _.DownArrow, _.Escape, "get", _.UpArrow, _.DownArrow, _.Escape));
416
}
417
418
[SkippableFact]
@@ -422,6 +424,8 @@ public void HistorySearchCurrentLine()
422
424
423
425
426
427
+ Test("echo ", Keys("ec", _.UpArrow, _.DownArrow, _.Escape, "echo ", _.UpArrow, _.DownArrow));
428
+ Test("", Keys("ec", _.UpArrow, _.DownArrow, _.Escape, "echo ", _.UpArrow, _.DownArrow, _.Escape));
429
430
431
0 commit comments