mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-01 20:52:06 -07:00
Fix the CI failure for PR caused by a spelling mistake (#4406)
This commit is contained in:
@@ -992,7 +992,7 @@ class TestLayout < TestInteractive
|
|||||||
tmux.until { assert_block(block, it) }
|
tmux.until { assert_block(block, it) }
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_label_trunction
|
def test_label_truncation
|
||||||
command = <<~CMD
|
command = <<~CMD
|
||||||
seq 10 | #{FZF} --style full --border --header-lines=1 --preview ':' \\
|
seq 10 | #{FZF} --style full --border --header-lines=1 --preview ':' \\
|
||||||
--border-label "#{'b' * 1000}" \\
|
--border-label "#{'b' * 1000}" \\
|
||||||
|
Reference in New Issue
Block a user