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: src/tokens.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -357,7 +357,7 @@ The _raw string body_ can contain any sequence of ASCII characters other than `U
357
357
It is terminated only by another `U+0022` (double-quote) character, followed by the same number of `U+0023` (`#`) characters that preceded the opening `U+0022` (double-quote) character.
358
358
A raw byte string literal can not contain any non-ASCII byte.
359
359
360
-
r[lex.token.literal.str-raw.content]
360
+
r[lex.token.literal.str-byte-raw.content]
361
361
All characters contained in the raw string body represent their ASCII encoding,
362
362
the characters `U+0022` (double-quote) (except when followed by at least as
363
363
many `U+0023` (`#`) characters as were used to start the raw string literal) or
0 commit comments