Skip to content
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

Add missing readLine encoding tests #1282

Merged
merged 3 commits into from
Oct 11, 2020
Merged

Add missing readLine encoding tests #1282

merged 3 commits into from
Oct 11, 2020

Conversation

vasilmkd
Copy link
Member

@vasilmkd vasilmkd commented Oct 7, 2020

Resolves #1263.

I have canned files encoded for each of the StandardCharsets available on any JVM. Each file is also unique, with no files having characters which are unrepresentable in their encoding. This way we can be sure that these tests are an actual representation of a user entering characters on their terminal, or in the worst case, opening files for which the real encoding is known ahead of time, as is the case in these tests.

@vasilmkd vasilmkd marked this pull request as ready for review October 8, 2020 07:12
@djspiewak djspiewak added the CE 3 label Oct 10, 2020
@vasilmkd vasilmkd requested a review from djspiewak October 10, 2020 21:36
@djspiewak djspiewak merged commit e66eac2 into typelevel:series/3.x Oct 11, 2020
@vasilmkd vasilmkd deleted the readline branch October 16, 2020 21:17
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.

2 participants