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

Shell escaping doesn't work #81

Closed
odino opened this issue Dec 26, 2018 · 0 comments
Closed

Shell escaping doesn't work #81

odino opened this issue Dec 26, 2018 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Milestone

Comments

@odino
Copy link
Collaborator

odino commented Dec 26, 2018

test = "123"
input = $(test="456"; echo \$test)
# 123
@odino odino added the bug Something isn't working label Dec 26, 2018
@odino odino added this to the preview-3 milestone Dec 26, 2018
@odino odino added the good first issue Good for newcomers label Dec 27, 2018
@odino odino closed this as completed in bc74829 Dec 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant