Files
fish-shell/tests/pexpects/eval-stack-overflow.py
Fabian Boehm 36c632889b pexpects: Fix some escapes
Python has become stricter about unknown `\x` in strings, firing a
SyntaxWarning right now.

They need to be `\\x`.
2024-12-27 20:05:10 +01:00

924 B