mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 07:16:07 +01:00
[PR #27] [MERGED] feat: ability to quote keys to escape limitations #34
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#34
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/27
Author: @JakeStanger
Created: 11/2/2023
Status: ✅ Merged
Merged: 11/5/2023
Merged by: @JakeStanger
Base:
master← Head:feat/quoted-keys📝 Commits (1)
91b8d5cfeat: ability to quote keys to escape limitations📊 Changes
9 files changed (+83 additions, -21 deletions)
View changed files
📝
README.md(+4 -1)➕
assets/inputs/quoted_keys.corn(+7 -0)➕
assets/outputs/json/quoted_keys.json(+10 -0)➕
assets/outputs/toml/quoted_keys.toml(+7 -0)➕
assets/outputs/yaml/quoted_keys.yml(+7 -0)📝
libcorn/src/de.rs(+2 -3)📝
libcorn/src/grammar.pest(+13 -2)📝
libcorn/src/lib.rs(+4 -1)📝
libcorn/src/parser.rs(+29 -14)📄 Description
Resolves #25
Before merge:
[ ] Update spec
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.