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(parse-env-file): fix strip comments per PR #333 #393

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

toddbluhm
Copy link
Owner

@toddbluhm toddbluhm commented Dec 3, 2024

From #333, this updates and replaces that PR

If you have a value containing a # followed at some point by a line containing only #\n, the wrong # will be removed by stripComments().

This PR both fixes this issue and simplifies stripComments().

@toddbluhm toddbluhm merged commit 4790a82 into master Dec 3, 2024
18 checks passed
@toddbluhm toddbluhm deleted the fix-strip-comments branch December 3, 2024 15:02
@toddbluhm toddbluhm mentioned this pull request Dec 3, 2024
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