diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-06-01 13:20:12 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-06-01 13:21:59 +0900 |
| commit | 41bcbe342ff70020bd7aa776ca041205aa970f43 (patch) | |
| tree | 8603e35a460fcf7aa466aaa01d64686270ffff7e /test | |
| parent | dbe8dc344efbbc7d356cfaf6f807f4be42a45188 (diff) | |
| download | fzf-41bcbe342ff70020bd7aa776ca041205aa970f43.tar.gz | |
Revert "An '--expect' key should execute actions bound to the key"
To be backward compatible.
Close #3829
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test_go.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_go.rb b/test/test_go.rb index dfb338e8..6675f775 100755 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -594,7 +594,7 @@ class TestGoFZF < TestBase tmux.send_keys "seq 1 100 | #{fzf('--query 1 --print-query --expect z --bind z:up+up')}", :Enter tmux.until { |lines| assert_equal 20, lines.match_count } tmux.send_keys('z') - assert_equal %w[1 z 11], fzf_output_lines + assert_equal %w[1 z 1], fzf_output_lines end def test_expect_print_query |
