mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 08:16:08 +01:00
[GH-ISSUE #21] Cannot escape $ inside strings #8
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JakeStanger on GitHub (Aug 30, 2023).
Original GitHub issue: https://github.com/corn-config/corn/issues/21
Support for input interpolation inside strings has made it impossible in some cases to include a
$in a string that does not belong to an input.@yavko commented on GitHub (Aug 31, 2023):
What about like a
\escape and\\to escape the escape@JakeStanger commented on GitHub (Aug 31, 2023):
Other string escapes are supported, so hopefully yeah I can just add in
\$to resolve this.