From d2fa4701651a1228ab7aea67eb195fc446f4a2a0 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Fri, 15 Nov 2019 00:39:29 +0900 Subject: Add --info=STYLE [default|inline|hidden] Close #1738 --- test/test_go.rb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test') 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 } -- cgit v1.2.3