mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 06:41:14 -03:00
pexpects/bind: Add missing expect_prompt
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user