diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2024-12-08 15:54:28 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2024-12-12 13:53:08 +0900 |
| commit | db44cbdff0c51d9b81c9df0e217659a78a6d91ef (patch) | |
| tree | ba1ed2f4716f0e4a1d04b2507ac4240e0efbfac9 | |
| parent | da9179335c637d91ab49256dd3c3e7dcdf319e19 (diff) | |
| download | fzf-db44cbdff0c51d9b81c9df0e217659a78a6d91ef.tar.gz | |
Change test case expectation (hard-coded minimum width removed)
| -rwxr-xr-x | test/test_go.rb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/test_go.rb b/test/test_go.rb index e343b967..40794b3c 100755 --- a/test/test_go.rb +++ b/test/test_go.rb @@ -2814,13 +2814,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) } |
