mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:04:39 +08:00
tests: Fix apple key "invalid escape sequence" with python 3.12
This commit is contained in:
parent
efb9d064d0
commit
1d7fde7bf0
|
@ -18,8 +18,8 @@ send, sendline, sleep, expect_prompt, expect_re, expect_str = (
|
|||
expect_prompt()
|
||||
|
||||
# ensure the Apple key () is typeable
|
||||
sendline("echo ")
|
||||
expect_prompt("")
|
||||
sendline("echo \xf8ff")
|
||||
expect_prompt("\xf8ff")
|
||||
|
||||
# check that history is returned in the right order (#2028)
|
||||
# first send 'echo stuff'
|
||||
|
|
Loading…
Reference in New Issue
Block a user