Skip to content

Fix failing tests involving unicode chars #88

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

Merged
merged 2 commits into from
May 29, 2025

Conversation

fapdash
Copy link
Contributor

@fapdash fapdash commented May 27, 2025

  • add tests for unicode (copied parallel-letter-frequency exercise)
  • set locale to UTF-8 so Emacs properly handles unicode chars

fixes exercism/emacs-lisp#479


@keiravillekode should fix the issue you reported, thank you for reporting! ❤️

- add tests for unicode (copied parallel-letter-frequency exercise)
- set locale to UTF-8 so Emacs properly handles unicode chars

fixes exercism/emacs-lisp#479
@fapdash fapdash requested a review from a team as a code owner May 27, 2025 16:05
The example involves parallelism, which messed with the message
output capture, causing the `results.json` to change on every run.
Since we only care for the single unicode test case anyways I removed
all the other test cases, eliminating the issues caused by the parallelism.
@fapdash fapdash merged commit 51cc305 into exercism:main May 29, 2025
1 check passed
@fapdash fapdash deleted the fix-unicode-test branch May 29, 2025 14:35
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.

parallel-letter-frequency example solution fails online
3 participants