diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2016-05-18 22:25:09 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2016-05-18 22:25:09 +0900 |
| commit | c62fc5e75c09262a384e703800fefa6850afa2e8 (patch) | |
| tree | 3581185044fc958efec239e98b5873cee5da5378 /test | |
| parent | 70245ad98cb3fa8d2c13b882e615317488ccbdc0 (diff) | |
| download | fzf-c62fc5e75c09262a384e703800fefa6850afa2e8.tar.gz | |
More named keys: F5 ~ F10, ALT-/
Diffstat (limited to 'test')
| -rw-r--r-- | test/test_go.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test_go.rb b/test/test_go.rb index 8f336932..d886c323 100644 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -430,6 +430,10 @@ class TestGoFZF < TestBase test.call 'f3', 'f3' test.call 'f2,f4', 'f2', 'f2' test.call 'f2,f4', 'f4', 'f4' + test.call 'alt-/', [:Escape, :/] + %w[f5 f6 f7 f8 f9 f10].each do |key| + test.call 'f5,f6,f7,f8,f9,f10', key, key + end test.call '@', '@' end |
