summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2023-01-06 15:36:12 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2023-01-06 15:36:12 +0900
commit3b2244077d3e7d299943077b33e0564ffcd1f384 (patch)
tree7baafc13c662d489b1019c57d4059f08a028c4f4 /test
parentee5cdb9713715883ac6d2cd87bc8a091ff7c8361 (diff)
Add scrollbar to the preview window
Diffstat (limited to 'test')
-rwxr-xr-xtest/test_go.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/test_go.rb b/test/test_go.rb
index 68caa352..142df094 100755
--- a/test/test_go.rb
+++ b/test/test_go.rb
@@ -2380,13 +2380,13 @@ class TestGoFZF < TestBase
tmux.send_keys "seq 3 | fzf --height ~100% --border=vertical --preview 'seq {}' --preview-window left,5,border-right --padding 1 --exit-0 --header $'hello\\nworld' --header-lines=2", :Enter
expected = <<~OUTPUT
- │ 1 │> 3
- │ 2 │ 2
- │ 3 │ 1
- │ │ hello
- │ │ world
- │ │ 1/1 ─
- │ │>
+ │ 1 │ > 3
+ │ 2 │ 2
+ │ 3 │ 1
+ │ │ hello
+ │ │ world
+ │ │ 1/1 ─
+ │ │ >
OUTPUT
tmux.until { assert_block(expected, _1) }