Skip to content

Ensure we properly format multiline raw strings - #458

Merged
kzu merged 1 commit into
mainfrom
dev/rawliterals
Apr 30, 2025
Merged

Ensure we properly format multiline raw strings#458
kzu merged 1 commit into
mainfrom
dev/rawliterals

Conversation

@kzu

@kzukzu commented Apr 30, 2025

Copy link
Copy Markdown
Member

We had weird newline formatting after applying C# whitespace normalization. A quick rewriter fixes that now.

We use the devlooped JWT which requies preserving formatting for proper parsing as a test.

@kzukzu added the enhancement New feature or request label Apr 30, 2025
@kzu
kzu enabled auto-merge (rebase) April 30, 2025 19:02
@kzu

kzu commented Apr 30, 2025

Copy link
Copy Markdown
MemberAuthor

34 passed34 passed
34 passed34 passed
34 passed34 passed

🧪 Details on macOS Unix 14.7.5
🧪 Details on Ubuntu 24.04.2 LTS
🧪 Details on Microsoft Windows 10.0.20348

from dotnet-retest v0.7.1 on .NET 8.0.15 with 💜 by @devlooped

We had weird newline formatting after applying C# whitespace normalization. A quick rewriter fixes that now.
We use the devlooped JWT which requies preserving formatting for proper parsing as a test.
@kzu
kzu merged commit 86909b7 into mainApr 30, 2025
@kzu
kzu deleted the dev/rawliterals branch April 30, 2025 19:58
@devloopeddevlooped locked and limited conversation to collaborators May 31, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancementNew feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@kzu