-
Notifications
You must be signed in to change notification settings - Fork 633
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(dotenv): handle single-quotes in values in stringify()
#5846
Conversation
d46f046
to
bf2b701
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5846 +/- ##
=======================================
Coverage 96.26% 96.26%
=======================================
Files 479 479
Lines 38763 38712 -51
Branches 5623 5619 -4
=======================================
- Hits 37314 37268 -46
+ Misses 1406 1401 -5
Partials 43 43 ☔ View full report in Codecov by Sentry. |
0060ee8
to
6a21a10
Compare
stringify()
stringify()
stringify()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Thank you for your contribution!
Currently, stringify has a bug to parse JSON string.
Here is an example:
After fix
Codebase to test