mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-31 12:21:19 -03:00
tests: Fix apple key "invalid escape sequence" with python 3.12
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user