mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 07:16:07 +01:00
[PR #22] [MERGED] fix: unable to escape input in string interpolation #31
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#31
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?
📋 Pull Request Information
Original PR: https://github.com/corn-config/corn/pull/22
Author: @JakeStanger
Created: 9/1/2023
Status: ✅ Merged
Merged: 9/1/2023
Merged by: @JakeStanger
Base:
master← Head:fix/escape-input📝 Commits (1)
f49f68bfix: unable to escape input in string interpolation📊 Changes
7 files changed (+10 additions, -3 deletions)
View changed files
📝
README.md(+3 -1)📝
assets/inputs/string_interpolation.corn(+1 -0)📝
assets/outputs/json/string_interpolation.json(+1 -0)📝
assets/outputs/toml/string_interpolation.toml(+1 -0)📝
assets/outputs/yaml/string_interpolation.yml(+1 -0)📝
libcorn/src/grammar.pest(+2 -2)📝
libcorn/src/parser.rs(+1 -0)📄 Description
Fixes #21
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.