-
Notifications
You must be signed in to change notification settings - Fork 80
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
base: master
Are you sure you want to change the base?
Conversation
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.
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, |
It works locally, so no idea why CI is being difficult now. Ugh. Maybe some locale thing. |
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. |
No description provided.