2022-01-30 18:19:43 +00:00
|
|
|
#RUN: %fish %s
|
|
|
|
#REQUIRES: command -v tmux
|
2022-03-13 10:48:52 +00:00
|
|
|
# disable on github actions because it's flakey
|
|
|
|
#REQUIRES: test -z "$CI"
|
2022-01-30 18:19:43 +00:00
|
|
|
|
|
|
|
isolated-tmux-start
|
|
|
|
|
|
|
|
isolated-tmux send-keys 'true needle' Enter
|
|
|
|
# CHECK: prompt 0> true needle
|
|
|
|
tmux-sleep
|
|
|
|
isolated-tmux send-keys 'true hay ee hay' Enter
|
|
|
|
# CHECK: prompt 1> true hay ee hay
|
2022-07-17 00:46:12 +00:00
|
|
|
tmux-sleep
|
2022-01-30 18:19:43 +00:00
|
|
|
isolated-tmux send-keys C-p C-a M-f M-f M-f M-.
|
|
|
|
# CHECK: prompt 2> true hay needle hay
|
|
|
|
tmux-sleep
|
|
|
|
isolated-tmux capture-pane -p
|