atom-community / atom-community/atom-script
'=' characters in environment variables are ignored
Open
- Dominant language
- JavaScript
- Stars
- 730
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
Seems like the environment variables string is first parsed by the equal sign '=' which in turn breaks the content value.
Example: FOO="hello";BAR="wor=ld"
Result:
- FOO: hello
- BAR: "wor
Contributor guide
Assessment
This issue has not been assessed yet.