mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 00:57:25 +08:00
Work around more spurious test failures
This commit is contained in:
parent
1d7fde7bf0
commit
37f0d7c522
|
@ -12,4 +12,5 @@ isolated-tmux capture-pane -p
|
|||
# CHECK: prompt 0> sleep 0.5 &
|
||||
# CHECK: prompt 0> echo hello
|
||||
# CHECK: fish: Job 1, 'sleep 0.5 &' has ended
|
||||
# CHECK: prompt 0> echo hello world
|
||||
# (I've seen this print " world", I guess it depends on tmux version and how big it thinks the terminal is)
|
||||
# CHECK: {{.*}} world
|
||||
|
|
|
@ -32,7 +32,7 @@ expect_prompt("echo stuff")
|
|||
|
||||
# last history command should be the one that printed the history
|
||||
sendline("echo $history[1]")
|
||||
expect_prompt("echo \$history\[1\]")
|
||||
expect_prompt("echo \\$history\\[1\\]")
|
||||
|
||||
# Backslashes at end of comments (#1255)
|
||||
# This backslash should NOT cause the line to continue
|
||||
|
|
Loading…
Reference in New Issue
Block a user