From 9d6637c1b3b3c7c0a6eadbc73fe887e11ab14b72 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 15 Jan 2025 22:23:52 +0900 Subject: Add gap line Close #4182 --- test/test_go.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test') 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) } -- cgit v1.2.3