Skip to content

Fix tests #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Fix tests #203

wants to merge 12 commits into from

Conversation

athas
Copy link
Collaborator

@athas athas commented Jul 4, 2025

No description provided.

athas added 3 commits July 4, 2025 12:47
One simple fix is a change in ordering of Unicode characters.

A more dubious fix is in RunTTY.fixOutput, where we expect "\r\n" in the output,
but the actual output is "\ESCE" (that is, a next-line escape code). This part
is a hack, but it stops the bleeding.
@athas
Copy link
Collaborator Author

athas commented Jul 4, 2025

One simple fix is a change in ordering of Unicode characters.

A more dubious fix is in RunTTY.fixOutput, where we expect "\r\n" in the output,
but the actual output is "\ESCE" (that is, a next-line escape code). This part
is a hack, but it stops the bleeding.

@athas
Copy link
Collaborator Author

athas commented Jul 4, 2025

It works locally, so no idea why CI is being difficult now. Ugh. Maybe some locale thing.

athas added 3 commits July 4, 2025 13:55
@athas
Copy link
Collaborator Author

athas commented Jul 4, 2025

Apart from not actually working in CI, this is now a clean fix. Unfortunately, I don't have the patience to figure out which part of this tech stack is still - in 2025 - not UTF-8-clean by default.

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.

1 participant