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

Fix regexp: Match A-Z, not A-z #16

Merged
merged 1 commit into from
Jan 11, 2018
Merged

Fix regexp: Match A-Z, not A-z #16

merged 1 commit into from
Jan 11, 2018

Conversation

incase
Copy link
Contributor

@incase incase commented Sep 7, 2017

The regexp is otherwise overmatching, ASCII (and UTF) has many characters between Z and a which are currently also matched: ^ and _ for example.

The regexp is otherwise overmatching, ASCII (and UTF) has many characters between Z and a which are currently also matched: ^ and _ for example.
@codecov-io
Copy link

codecov-io commented Sep 7, 2017

Codecov Report

Merging #16 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #16   +/-   ##
=======================================
  Coverage   99.72%   99.72%           
=======================================
  Files           6        6           
  Lines         364      364           
=======================================
  Hits          363      363           
  Misses          1        1
Impacted Files Coverage Δ
lib/pathspec.rb 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 98880f5...92e563a. Read the comment docs.

@highb
Copy link
Owner

highb commented Jan 11, 2018

👍 Thanks for the fix!

@highb highb merged commit 272be13 into highb:master Jan 11, 2018
@highb highb added this to the 0.1.2 milestone Jan 11, 2018
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.

3 participants