File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ following forms:
197
197
>   ;  ; | ` # ` RAW_STRING_CONTENT ` # `
198
198
199
199
Raw string literals do not process any escapes. They start with the character
200
- ` U+0072 ` (` r ` ), followed by zero or more of the character ` U+0023 ` (` # ` ) and a
200
+ ` U+0072 ` (` r ` ), followed by fewer than 256 of the character ` U+0023 ` (` # ` ) and a
201
201
` U+0022 ` (double-quote) character. The _ raw string body_ can contain any sequence
202
202
of Unicode characters and is terminated only by another ` U+0022 ` (double-quote)
203
203
character, followed by the same number of ` U+0023 ` (` # ` ) characters that preceded
@@ -288,7 +288,7 @@ following forms:
288
288
>   ;  ; _ any ASCII (i.e. 0x00 to 0x7F)_
289
289
290
290
Raw byte string literals do not process any escapes. They start with the
291
- character ` U+0062 ` (` b ` ), followed by ` U+0072 ` (` r ` ), followed by zero or more
291
+ character ` U+0062 ` (` b ` ), followed by ` U+0072 ` (` r ` ), followed by fewer than 256
292
292
of the character ` U+0023 ` (` # ` ), and a ` U+0022 ` (double-quote) character. The
293
293
_ raw string body_ can contain any sequence of ASCII characters and is terminated
294
294
only by another ` U+0022 ` (double-quote) character, followed by the same number of
You can’t perform that action at this time.
0 commit comments