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

Support a lot more character classes #54

Merged
merged 1 commit into from
Jun 14, 2019
Merged

Support a lot more character classes #54

merged 1 commit into from
Jun 14, 2019

Conversation

ceedubs
Copy link
Owner

@ceedubs ceedubs commented Jun 14, 2019

Resolves #7

@codecov-io
Copy link

codecov-io commented Jun 14, 2019

Codecov Report

Merging #54 into master will increase coverage by 0.21%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #54      +/-   ##
==========================================
+ Coverage   98.66%   98.88%   +0.21%     
==========================================
  Files          17       17              
  Lines         300      358      +58     
  Branches        8        9       +1     
==========================================
+ Hits          296      354      +58     
  Misses          4        4
Impacted Files Coverage Δ
parser/src/main/scala/Parser.scala 100% <ø> (ø) ⬆️
regex/src/main/scala/Regex.scala 100% <100%> (ø) ⬆️
regex/src/main/scala/CharacterClasses.scala 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 811a127...e8cbce8. Read the comment docs.

@ceedubs ceedubs merged commit e7739c5 into master Jun 14, 2019
@ceedubs ceedubs deleted the more-char-classes branch June 14, 2019 00:54
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.

helper methods for common character classes
2 participants