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 for issue 311 #312

Merged
merged 2 commits into from
Aug 31, 2014
Merged

Fix for issue 311 #312

merged 2 commits into from
Aug 31, 2014

Conversation

nhartner
Copy link
Contributor

@nhartner nhartner commented Aug 5, 2014

I converted to using a regex to parse the path expressions. The existing logic would tokenize foo.[bar.baz] as foo, [bar, baz] instead of foo, [bar.baz]. I pulled the parsing out into a separate class mainly for unit testing purposes and made the class package private.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.0%) when pulling 56731f0 on nhartner:master into 51c7b66 on jknack:master.

@jknack jknack added the bug label Aug 31, 2014
@jknack jknack added this to the 1.3.2 milestone Aug 31, 2014
@jknack
Copy link
Owner

jknack commented Aug 31, 2014

See #311

jknack added a commit that referenced this pull request Aug 31, 2014
@jknack jknack merged commit d06e021 into jknack:master Aug 31, 2014
jknack added a commit that referenced this pull request Aug 31, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants