mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 06:16:07 +01:00
[PR #26] [MERGED] feat: trim whitespace from multi-line strings #30
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#30
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/26
Author: @JakeStanger
Created: 10/31/2023
Status: ✅ Merged
Merged: 11/5/2023
Merged by: @JakeStanger
Base:
master← Head:feat/multiline-string📝 Commits (1)
2273ce7feat: trim whitespace from multi-line strings📊 Changes
9 files changed (+64 additions, -6 deletions)
View changed files
➕
assets/inputs/string_multiline.corn(+6 -0)📝
assets/outputs/json/string.json(+1 -1)➕
assets/outputs/json/string_multiline.json(+3 -0)📝
assets/outputs/toml/string.toml(+3 -3)➕
assets/outputs/toml/string_multiline.toml(+5 -0)📝
assets/outputs/yaml/string.yml(+2 -1)➕
assets/outputs/yaml/string_multiline.yml(+4 -0)📝
libcorn/src/parser.rs(+40 -0)📝
libcorn/src/wasm.rs(+0 -1)📄 Description
Resolves #24
Before merging:
[ ] Update spec
[ ] Update readme
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.