Original PR: https://github.com/apple/pkl/pull/1108 Author: @srueg Created: 6/24/2025 Status: ❌ Closed
Base: formatter ← Head: formatter-tests
formatter
formatter-tests
728ace9
c09335d
c9adedd
3a720cf
8 files changed (+65 additions, -0 deletions)
➕ pkl-formatter/src/test/files/FormatterSnippetTests/input/comment-interleaved.pkl (+7 -0) ➕ pkl-formatter/src/test/files/FormatterSnippetTests/input/dangling-doccomment.pkl (+8 -0) ➕ pkl-formatter/src/test/files/FormatterSnippetTests/input/for-amend.pkl (+14 -0) 📝 pkl-formatter/src/test/files/FormatterSnippetTests/input/line-breaks2.pkl (+2 -0) ➕ pkl-formatter/src/test/files/FormatterSnippetTests/output/comment-interleaved.pkl (+6 -0) ➕ pkl-formatter/src/test/files/FormatterSnippetTests/output/dangling-doccomment.pkl (+8 -0) ➕ pkl-formatter/src/test/files/FormatterSnippetTests/output/for-amend.pkl (+14 -0) 📝 pkl-formatter/src/test/files/FormatterSnippetTests/output/line-breaks2.pkl (+6 -0)
pkl-formatter/src/test/files/FormatterSnippetTests/input/comment-interleaved.pkl
pkl-formatter/src/test/files/FormatterSnippetTests/input/dangling-doccomment.pkl
pkl-formatter/src/test/files/FormatterSnippetTests/input/for-amend.pkl
pkl-formatter/src/test/files/FormatterSnippetTests/input/line-breaks2.pkl
pkl-formatter/src/test/files/FormatterSnippetTests/output/comment-interleaved.pkl
pkl-formatter/src/test/files/FormatterSnippetTests/output/dangling-doccomment.pkl
pkl-formatter/src/test/files/FormatterSnippetTests/output/for-amend.pkl
pkl-formatter/src/test/files/FormatterSnippetTests/output/line-breaks2.pkl
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/1108
Author: @srueg
Created: 6/24/2025
Status: ❌ Closed
Base:
formatter← Head:formatter-tests📝 Commits (4)
728ace9if-else with comment line interleavedc09335ddoc-comment interleaved with regular commentc9adeddweird indenting on for-generator3a720cfsplit member at type definition📊 Changes
8 files changed (+65 additions, -0 deletions)
View changed files
➕
pkl-formatter/src/test/files/FormatterSnippetTests/input/comment-interleaved.pkl(+7 -0)➕
pkl-formatter/src/test/files/FormatterSnippetTests/input/dangling-doccomment.pkl(+8 -0)➕
pkl-formatter/src/test/files/FormatterSnippetTests/input/for-amend.pkl(+14 -0)📝
pkl-formatter/src/test/files/FormatterSnippetTests/input/line-breaks2.pkl(+2 -0)➕
pkl-formatter/src/test/files/FormatterSnippetTests/output/comment-interleaved.pkl(+6 -0)➕
pkl-formatter/src/test/files/FormatterSnippetTests/output/dangling-doccomment.pkl(+8 -0)➕
pkl-formatter/src/test/files/FormatterSnippetTests/output/for-amend.pkl(+14 -0)📝
pkl-formatter/src/test/files/FormatterSnippetTests/output/line-breaks2.pkl(+6 -0)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.