mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-15 14:53:47 -05:00
Test case for visual indicator of --toggle sort (#194)
This commit is contained in:
@@ -469,7 +469,7 @@ class TestGoFZF < TestBase
|
|||||||
tmux.send_keys 'C-R'
|
tmux.send_keys 'C-R'
|
||||||
tmux.until { |lines| lines[-3].include? '> 11' }
|
tmux.until { |lines| lines[-3].include? '> 11' }
|
||||||
tmux.send_keys :Tab
|
tmux.send_keys :Tab
|
||||||
tmux.until { |lines| lines[-2].include? '4/111 (2)' }
|
tmux.until { |lines| lines[-2].include? '4/111/S (2)' }
|
||||||
tmux.send_keys :Enter
|
tmux.send_keys :Enter
|
||||||
assert_equal ['111', '11'], readonce.split($/)
|
assert_equal ['111', '11'], readonce.split($/)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user