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

Add support for multi-line values #80

Closed
MrDave1999 opened this issue Apr 19, 2022 · 0 comments · Fixed by #101
Closed

Add support for multi-line values #80

MrDave1999 opened this issue Apr 19, 2022 · 0 comments · Fixed by #101
Labels
feature New feature or request
Milestone

Comments

@MrDave1999
Copy link
Owner

MrDave1999 commented Apr 19, 2022

Example:

DOUBLE_QUOTES="first line
second line
third line"

SINGLE_QUOTES='first line
second line
third line'

The previous example is equivalent to this one:

DOUBLE_QUOTES="first line\nsecond line\nthird line"

SINGLE_QUOTES='first line\nsecond line\nthird line'

PD: This PR could be taken as a base.

@MrDave1999 MrDave1999 added the feature New feature or request label Apr 19, 2022
@MrDave1999 MrDave1999 added this to the 2.2.0 milestone Jun 8, 2022
@MrDave1999 MrDave1999 linked a pull request Jun 29, 2022 that will close this issue
@MrDave1999 MrDave1999 added this to To Do in DotEnv v2.2.0 via automation Jun 29, 2022
DotEnv v2.2.0 automation moved this from To Do to Done Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

1 participant