mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 04:41:14 -03:00
Reformat with black.
This commit is contained in:
committed by
David Adam
parent
d32c455269
commit
82750bbaec
@@ -31,7 +31,7 @@ expect_str("bind ctrl-g 'do something'\r\n")
|
||||
|
||||
# Is a non-ASCII UTF-8 sequence prefaced by an escape char handled correctly?
|
||||
sleep(0.020)
|
||||
send("\x1B")
|
||||
send("\x1b")
|
||||
expect_str("# decoded from: \\e\r\n")
|
||||
expect_str("bind escape 'do something'\r\n")
|
||||
send("ö")
|
||||
|
||||
Reference in New Issue
Block a user