You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
No test coverage for replace_termcodes (including non-ASCII input #52)
or chdir with UTF-8 paths (#442).
Solution:
- Add test_replace_termcodes covering basic key sequences, non-ASCII
passthrough, and the known 0x80-mangling behavior.
- Add test_python_cwd_utf8 confirming that :cd with multi-byte paths
propagates correctly to the Python host.
Close#52Close#442
0 commit comments