mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
Correct a missing function call in bind.py
Unclear why this test was passing...
This commit is contained in:
parent
9f4b00d95b
commit
29c1139a6e
@ -259,7 +259,7 @@ expect_prompt("git@", unmatched="ctrl-w does not stop at @")
|
||||
|
||||
# Ensure that nul can be bound properly (#3189).
|
||||
send("bind -k nul 'echo nul seen'\r")
|
||||
expect_prompt
|
||||
expect_prompt()
|
||||
send("\0" * 3)
|
||||
send("\r")
|
||||
expect_prompt("nul seen\r\nnul seen\r\nnul seen", unmatched="nul not seen")
|
||||
|
Loading…
x
Reference in New Issue
Block a user