mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-11 20:48:49 +00:00
pexpects/bind: Add missing expect_prompt
This commit is contained in:
parent
ec3b3fe321
commit
f4f786633d
1 changed files with 1 additions and 0 deletions
|
@ -382,6 +382,7 @@ sendline("""
|
|||
commandline -f delete-char
|
||||
"
|
||||
""".strip())
|
||||
expect_prompt()
|
||||
send('\x07') # ctrl-g
|
||||
send('\r')
|
||||
expect_prompt("foobar")
|
||||
|
|
Loading…
Reference in a new issue