mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 19:31:14 -03:00
As seen in https://github.com/fish-shell/fish-shell/actions/runs/24944417077/job/73043241890?pr=12171 Failure: The CHECK on line 12 wants: prompt 1> source - which failed to match line stdout:3: source - Context: prompt 0> source source: missing filename argument or input redirection source - <= no check matches this, previous check on line 11 prompt 1> source - prompt 1>
15 lines
331 B
Fish
15 lines
331 B
Fish
#RUN: %fish %s
|
|
#REQUIRES: command -v tmux
|
|
|
|
isolated-tmux-start
|
|
isolated-tmux send-keys source Enter
|
|
tmux-sleep
|
|
isolated-tmux send-keys 'source -' Enter
|
|
|
|
tmux-sleep
|
|
isolated-tmux capture-pane -p
|
|
# CHECK: prompt 0> source
|
|
# CHECK: source: missing filename argument or input redirection
|
|
# CHECK: prompt 1> source -
|
|
# CHECK: prompt 1>
|