Skip to content

Fix parser handling of escaped quotes. #39

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

Merged
merged 2 commits into from
Feb 12, 2023
Merged

Fix parser handling of escaped quotes. #39

merged 2 commits into from
Feb 12, 2023

Conversation

nsaunders
Copy link
Owner

The .env file may include single- or double-quoted values, e.g.

FOO="FOO value"
BAR='BAR value'

In either case, I would expect escaped quotes to work, e.g.

FOO="\"FOO\" value"
BAR='\'BAR\' value'

However, this is not currently the case prior to this PR.

@nsaunders nsaunders merged commit 06da144 into master Feb 12, 2023
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.

1 participant