mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-19 14:51:13 -03:00
Fix mouse handling tests to send valid escape sequences
This commit is contained in:
@@ -22,10 +22,10 @@ sp.send("\x1b[TABCDEF")
|
||||
sp.expect_str("reader: Disabling mouse tracking")
|
||||
|
||||
# Extended SGR sequences.
|
||||
sp.send("\x1b[<fooM")
|
||||
sp.send("\x1b[<1;2;3M")
|
||||
sp.expect_str("reader: Disabling mouse tracking")
|
||||
|
||||
sp.send("\x1b[<foobarm")
|
||||
sp.send("\x1b[<1;2;3m")
|
||||
sp.expect_str("reader: Disabling mouse tracking")
|
||||
|
||||
sp.sendline("echo done")
|
||||
|
||||
Reference in New Issue
Block a user