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: improve env var parsing behaviour (#122) #126

Merged
merged 1 commit into from
Jul 21, 2021
Merged

fix: improve env var parsing behaviour (#122) #126

merged 1 commit into from
Jul 21, 2021

Conversation

bharathkkb
Copy link
Contributor

  • fix(envVars): Handle multiple delimiters when parsing

Split a key/val pair only on the first equals character, preserving
any remaining equals characters in the key and value.

  • test(envVars): Test env var string parsing with multiple delim chars

* fix(envVars): Handle multiple delimiters when parsing

Split a key/val pair only on the first equals character, preserving
any remaining equals characters in the key and value.

* test(envVars): Test env var string parsing with multiple delim chars
@bharathkkb bharathkkb requested a review from a team as a code owner July 21, 2021 16:45
@google-cla google-cla bot added the cla: yes label Jul 21, 2021
@bharathkkb bharathkkb merged commit 199d134 into main Jul 21, 2021
@sethvargo sethvargo deleted the pr-122 branch November 22, 2022 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants