mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-17 07:43:39 -05:00
Make RuboCop happy
This commit is contained in:
@@ -3394,7 +3394,7 @@ class TestGoFZF < TestBase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_gap
|
def test_gap
|
||||||
tmux.send_keys %[seq 100 | #{FZF} --gap --border --reverse], :Enter
|
tmux.send_keys %(seq 100 | #{FZF} --gap --border --reverse), :Enter
|
||||||
block = <<~BLOCK
|
block = <<~BLOCK
|
||||||
╭─────────────────
|
╭─────────────────
|
||||||
│ >
|
│ >
|
||||||
@@ -3411,7 +3411,7 @@ class TestGoFZF < TestBase
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_gap_2
|
def test_gap_2
|
||||||
tmux.send_keys %[seq 100 | #{FZF} --gap=2 --border --reverse], :Enter
|
tmux.send_keys %(seq 100 | #{FZF} --gap=2 --border --reverse), :Enter
|
||||||
block = <<~BLOCK
|
block = <<~BLOCK
|
||||||
╭─────────────────
|
╭─────────────────
|
||||||
│ >
|
│ >
|
||||||
|
|||||||
Reference in New Issue
Block a user