mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-24 14:01:15 -03:00
pexpects/bind: Add missing expect_prompt
This commit is contained in:
@@ -382,6 +382,7 @@ sendline("""
|
||||
commandline -f delete-char
|
||||
"
|
||||
""".strip())
|
||||
expect_prompt()
|
||||
send('\x07') # ctrl-g
|
||||
send('\r')
|
||||
expect_prompt("foobar")
|
||||
|
||||
Reference in New Issue
Block a user