[GH-ISSUE #25] Spaces and dots in keys #11

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

Originally created by @JakeStanger on GitHub (Oct 3, 2023).
Original GitHub issue: https://github.com/corn-config/corn/issues/25

These are quite common but not currently supported by Corn. Syntax for quoting keys in 'single quotes' should be added to allow this.

Example:

'foo.bar' = "baz" // does *not* expand to `foo = { bar  = "baz" }`
Originally created by @JakeStanger on GitHub (Oct 3, 2023). Original GitHub issue: https://github.com/corn-config/corn/issues/25 These are quite common but not currently supported by Corn. Syntax for quoting keys in `'single quotes'` should be added to allow this. Example: ```corn 'foo.bar' = "baz" // does *not* expand to `foo = { bar = "baz" }` ```
JakeStanger 2026-05-22 22:05:09 +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#11
No description provided.