mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
Work around more spurious test failures
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user