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

Preserve $$ escaping in Config.to_str #49

Merged
merged 1 commit into from
Nov 21, 2023

Conversation

adrianeboyd
Copy link
Contributor

Output $$ as the escaped value of literal $ in Config.to_str to preserve the literal $ value (as opposed to the variable ${...}).

Output `$$` as the escaped value of literal `$` in `Config.to_str` to
preserve the literal `$` value (as opposed to the variable `${...}`).
@adrianeboyd adrianeboyd added the bug Something isn't working label Nov 20, 2023
@adrianeboyd adrianeboyd linked an issue Nov 20, 2023 that may be closed by this pull request
@adrianeboyd adrianeboyd reopened this Nov 20, 2023
@svlandeg svlandeg merged commit 3790548 into explosion:main Nov 21, 2023
27 of 42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

String values cannot contain $
2 participants