summaryrefslogtreecommitdiffstats
path: root/test/test_go.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_go.rb')
-rwxr-xr-xtest/test_go.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index 210f8fec..501641e2 100755
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -1516,6 +1516,11 @@ class TestGoFZF < TestBase
tmux.until { |lines| lines[-1] == prompt }
end
+ def test_info_hidden
+ tmux.send_keys 'seq 10 | fzf --info=hidden', :Enter
+ tmux.until { |lines| lines[-2] == '> 1' }
+ end
+
def test_change_top
tmux.send_keys %(seq 1000 | #{FZF} --bind change:top), :Enter
tmux.until { |lines| lines.match_count == 1000 }