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

Fixed Regexp warning: character class has duplicated range #252

Merged
merged 1 commit into from Jan 13, 2012
Merged

Fixed Regexp warning: character class has duplicated range #252

merged 1 commit into from Jan 13, 2012

Commits on May 29, 2011

  1. Removed redundant \d from regex character class that already has \w.

    This was causing the following warning during Rails test suite:
    
    gems/ruby-1.9.2-p180/gems/mail-2.3.0/lib/mail/fields/common/parameter_hash.rb:32: warning: character class has duplicated range: /([\w\d\-]+)'(\w\w)'(.*)/
    pda committed May 29, 2011
    Copy the full SHA
    4cf4726 View commit details
    Browse the repository at this point in the history