mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 03:35:17 +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
|
commandline -f delete-char
|
||||||
"
|
"
|
||||||
""".strip())
|
""".strip())
|
||||||
|
expect_prompt()
|
||||||
send('\x07') # ctrl-g
|
send('\x07') # ctrl-g
|
||||||
send('\r')
|
send('\r')
|
||||||
expect_prompt("foobar")
|
expect_prompt("foobar")
|
||||||
|
|
Loading…
Reference in a new issue