[PR #1287] [MERGED] Fix multiline string stability #999

Closed
opened 2025-12-30 01:28:12 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/apple/pkl/pull/1287
Author: @stackoverflow
Created: 11/3/2025
Status: Merged
Merged: 11/3/2025
Merged by: @stackoverflow

Base: mainHead: fix-string-multiline


📝 Commits (1)

  • 2e85adb Fix multiline string stability

📊 Changes

3 files changed (+30 additions, -1 deletions)

View changed files

📝 pkl-formatter/src/main/kotlin/org/pkl/formatter/Generator.kt (+11 -1)
📝 pkl-formatter/src/test/files/FormatterSnippetTests/input/multi-line-strings.pkl (+9 -0)
📝 pkl-formatter/src/test/files/FormatterSnippetTests/output/multi-line-strings.pkl (+10 -0)

📄 Description

No description provided


🔄 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/apple/pkl/pull/1287 **Author:** [@stackoverflow](https://github.com/stackoverflow) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 11/3/2025 **Merged by:** [@stackoverflow](https://github.com/stackoverflow) **Base:** `main` ← **Head:** `fix-string-multiline` --- ### 📝 Commits (1) - [`2e85adb`](https://github.com/apple/pkl/commit/2e85adbd0b980dbc43f85edc1121d9befcf084b8) Fix multiline string stability ### 📊 Changes **3 files changed** (+30 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `pkl-formatter/src/main/kotlin/org/pkl/formatter/Generator.kt` (+11 -1) 📝 `pkl-formatter/src/test/files/FormatterSnippetTests/input/multi-line-strings.pkl` (+9 -0) 📝 `pkl-formatter/src/test/files/FormatterSnippetTests/output/multi-line-strings.pkl` (+10 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-30 01:28:12 +01:00
adam closed this issue 2025-12-30 01:28:12 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pkl#999