summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2016-05-18 22:25:09 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2016-05-18 22:25:09 +0900
commitc62fc5e75c09262a384e703800fefa6850afa2e8 (patch)
tree3581185044fc958efec239e98b5873cee5da5378 /test
parent70245ad98cb3fa8d2c13b882e615317488ccbdc0 (diff)
downloadfzf-c62fc5e75c09262a384e703800fefa6850afa2e8.tar.gz
More named keys: F5 ~ F10, ALT-/
Diffstat (limited to 'test')
-rw-r--r--test/test_go.rb4
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