Skip to content

Conversation

@BillWagner
Copy link
Member

@BillWagner BillWagner commented Jan 30, 2026

Fixes #50889

Add some clarifying text for the preceding whitespace. Also, add examples (in the markdown file in order to show whitespace)


Internal previews

📄 File 🔗 Preview link
docs/csharp/language-reference/tokens/raw-string.md Raw string literal text - """ in string literals

Fixes dotnet#50889

Add some clarifying text for the preceding whitespace. Also, add examples (in the markdown file in order to show whitespace)
@BillWagner BillWagner requested a review from a team as a code owner January 30, 2026 21:55
Copilot AI review requested due to automatic review settings January 30, 2026 21:55
@dotnetrepoman dotnetrepoman bot added this to the January 2026 milestone Jan 30, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Clarifies the “preceding whitespace” rule for multiline raw string literals, and adds illustrative examples to help readers understand how indentation matching works.

Changes:

  • Rewords the indentation-matching rule for whitespace before the closing delimiter.
  • Adds examples intended to demonstrate consistent space indentation versus consistent tab indentation, plus an inconsistent example.
  • Updates minor wording (“multiline”) and refreshes ms.date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add example for indenting whitespace

2 participants