Skip to content

Automatic placeholder quoting can break shell syntax #45

@EmilyGraceSeville7cf

Description

@EmilyGraceSeville7cf

The current behavior is to transform {string some} to "some". It will be misinterpreted by Bash if before quote we have a dollar sign, like ${string some} -> $"some".

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions