[PR #26] [MERGED] feat: trim whitespace from multi-line strings #30

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/26
Author: @JakeStanger
Created: 10/31/2023
Status: Merged
Merged: 11/5/2023
Merged by: @JakeStanger

Base: masterHead: feat/multiline-string


📝 Commits (1)

  • 2273ce7 feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/corn-config/corn/pull/26 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 10/31/2023 **Status:** ✅ Merged **Merged:** 11/5/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/multiline-string` --- ### 📝 Commits (1) - [`2273ce7`](https://github.com/corn-config/corn/commit/2273ce77b819895022d62dec8a8446f9e0345260) feat: trim whitespace from multi-line strings ### 📊 Changes **9 files changed** (+64 additions, -6 deletions) <details> <summary>View changed files</summary> ➕ `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) </details> ### 📄 Description Resolves #24 Before merging: [ ] Update spec [ ] Update readme --- <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#30
No description provided.