diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-15 22:23:52 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-01-15 22:23:52 +0900 |
| commit | 9d6637c1b3b3c7c0a6eadbc73fe887e11ab14b72 (patch) | |
| tree | 5965ff5a98e4dba7281a96c28474eb99df0550ea /test | |
| parent | 56fef7c8df2713261fbdbd396aa81ed23d9a945a (diff) | |
| download | fzf-9d6637c1b3b3c7c0a6eadbc73fe887e11ab14b72.tar.gz | |
Add gap line
Close #4182
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test_go.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_go.rb b/test/test_go.rb index 6a7f2ce4..2b5e0a24 100755 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -3423,28 +3423,28 @@ class TestGoFZF < TestBase │ > │ 100/100 ────── │ > 1 - │ + │ ┈┈┈┈┈┈┈┈┈┈┈┈┈┈ │ 2 - │ + │ ┈┈┈┈┈┈┈┈┈┈┈┈┈┈ │ 3 - │ + │ ┈┈┈┈┈┈┈┈┈┈┈┈┈┈ │ 4 BLOCK tmux.until { assert_block(block, _1) } end def test_gap_2 - tmux.send_keys %(seq 100 | #{FZF} --gap=2 --border --reverse), :Enter + tmux.send_keys %(seq 100 | #{FZF} --gap=2 --gap-line xyz --border --reverse), :Enter block = <<~BLOCK ╭───────────────── │ > │ 100/100 ────── │ > 1 │ - │ + │ xyzxyzxyzxyzxy │ 2 │ - │ + │ xyzxyzxyzxyzxy │ 3 BLOCK tmux.until { assert_block(block, _1) } |
