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

config: Update !from_yml to handle complex keys #137

Conversation

TimothySprague
Copy link
Contributor

Fixes #135

Specifically, this allows keys to contain escaped '.' characters.

It also updates doc/yaml-reference.md with a relevant example and adds
a unit test for the new functionality.

Fixes JonathonReinhart#135

Specifically, this allows keys to contain escaped '.' characters.

It also updates `doc/yaml-reference.md` with a relevant example and adds
a unit test for the new functionality.
@JonathonReinhart JonathonReinhart merged commit c72f077 into JonathonReinhart:master Sep 4, 2019
@JonathonReinhart
Copy link
Owner

Thanks a lot, @TimothySprague!

JonathonReinhart added a commit that referenced this pull request Sep 4, 2019
@TimothySprague TimothySprague deleted the 135-from_yml-keys-character-handling branch September 5, 2019 11:56
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.

!from_yml can't handle keys containing '.' characters
2 participants