You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/csharp/language-reference/tokens/raw-string.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Raw string literals can span multiple lines:
17
17
18
18
The following rules govern the interpretation of a multi-line raw string literal:
19
19
20
-
-Both opening and closing quote characters must be on their own line.
20
+
-The opening quotes must be the last non-comment token on its respective line, and the closing quote must be the first non-comment token on its respective line.
21
21
- Any whitespace to the left of the closing quotes is removed from all lines of the raw string literal.
22
22
- Whitespace following the opening quote on the same line is ignored.
23
23
- Whitespace only lines following the opening quote are included in the string literal.
0 commit comments