Skip to content

fix: Do not escape exclamation points when exporting to dotenv#521

Merged
bhavanki merged 1 commit intomasterfrom
dont-escape-excl-on-export
Jun 21, 2024
Merged

fix: Do not escape exclamation points when exporting to dotenv#521
bhavanki merged 1 commit intomasterfrom
dont-escape-excl-on-export

Conversation

@bhavanki
Copy link
Contributor

Despite the github.com/joho/godotenv implementation which originated
dotenv support here, neither github.com/bkeepers/dotenv (Ruby) nor
github.com/motdotla/dotenv (Node) escape exclamation points in the
format. See #485 for
research.

Fixes #485

Despite the github.com/joho/godotenv implementation which originated
dotenv support here, neither github.com/bkeepers/dotenv (Ruby) nor
github.com/motdotla/dotenv (Node) escape exclamation points in the
format. See #485 for
research.

Fixes #485
@bhavanki bhavanki requested a review from a team as a code owner June 17, 2024 20:29
@bhavanki bhavanki merged commit 9afd693 into master Jun 21, 2024
@bhavanki bhavanki deleted the dont-escape-excl-on-export branch June 21, 2024 16:55
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.

Incorrect escape of exclamation mark in export

2 participants