Skip to content

test: replace_termcodes, UTF-8 chdir#619

Merged
justinmk merged 1 commit intomasterfrom
testutf
Apr 10, 2026
Merged

test: replace_termcodes, UTF-8 chdir#619
justinmk merged 1 commit intomasterfrom
testutf

Conversation

@justinmk
Copy link
Copy Markdown
Member

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 #52
Close #442

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 #52
Close #442
@justinmk justinmk merged commit 99236bf into master Apr 10, 2026
22 checks passed
@justinmk justinmk deleted the testutf branch April 10, 2026 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Error when changing buffer with UTF-8 characters replace_termcodes with DecodeHook fails on non-ASCII input

1 participant