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 path generation when merging file has period in key #342

Closed
wants to merge 1 commit into from

Conversation

coryrc
Copy link
Contributor

@coryrc coryrc commented Feb 5, 2020

The program generates a path for every leaf node in the
file-to-be-merged. It does not escape them if they contain a dot, as
the path-expressions document mentions is necessary.

Add in a test for this condition. Verified it fails without the fix.

The program generates a path for every leaf node in the
file-to-be-merged. It does not escape them if they contain a dot, as
the path-expressions document mentions is necessary.

Add in a test for this condition. Verified it fails without the fix.
@coryrc coryrc requested a review from mikefarah February 5, 2020 06:40
@mikefarah
Copy link
Owner

Awesome! Thanks @coryrc ! I've manually merged it into the compare branch - as that's the branch I'm working on for the next release. Should be out soon!

@mikefarah mikefarah closed this Feb 6, 2020
@coryrc coryrc deleted the fix-merge-with-dots branch February 7, 2020 01:08
@coryrc
Copy link
Contributor Author

coryrc commented Feb 7, 2020

Hooray! The code is well-architected, so it was easy to find the place to fix it.

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.

2 participants