[PR #22] [MERGED] fix: unable to escape input in string interpolation #31

Closed
opened 2026-05-22 22:05:15 +01:00 by JakeStanger · 0 comments
Owner

📋 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: masterHead: fix/escape-input


📝 Commits (1)

  • f49f68b fix: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/corn-config/corn/pull/22 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 9/1/2023 **Status:** ✅ Merged **Merged:** 9/1/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `fix/escape-input` --- ### 📝 Commits (1) - [`f49f68b`](https://github.com/corn-config/corn/commit/f49f68b7cb3ed16a912cd45305d22c10d4e05f57) fix: unable to escape input in string interpolation ### 📊 Changes **7 files changed** (+10 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Fixes #21 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-22 22:05:15 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
corn-config/corn#31
No description provided.