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

fixes #4 (warnings) #7

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

Conversation

aithscel
Copy link

@aithscel aithscel commented Dec 4, 2020

  • Fix the dupl class range warning in ADJACENT_WORDS: \s contains \r\n, and thus [\s\r\n] can be replaced by \s.

  • Additionaly fix a warning in the testcase

@aithscel aithscel changed the title Fix warnings (issue #4) fixes ConradIrwin/rfc2047-ruby#4 (warnings) Dec 4, 2020
@aithscel aithscel changed the title fixes ConradIrwin/rfc2047-ruby#4 (warnings) Fixes ConradIrwin/rfc2047-ruby/issues/4 (warnings) Dec 4, 2020
@aithscel aithscel changed the title Fixes ConradIrwin/rfc2047-ruby/issues/4 (warnings) fixes #4 (warnings) Dec 5, 2020
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