mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 22:30:54 +01:00
[PR #1108] [CLOSED] Formatter tests #889
Reference in New Issue
Block a user
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/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.