summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2025-01-15 22:23:52 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2025-01-15 22:23:52 +0900
commit9d6637c1b3b3c7c0a6eadbc73fe887e11ab14b72 (patch)
tree5965ff5a98e4dba7281a96c28474eb99df0550ea /test
parent56fef7c8df2713261fbdbd396aa81ed23d9a945a (diff)
downloadfzf-9d6637c1b3b3c7c0a6eadbc73fe887e11ab14b72.tar.gz
Add gap line
Close #4182
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_go.rb12
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) }