We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8605c23 + d8cce65 commit c0f222dCopy full SHA for c0f222d
src/tokens.md
@@ -235,7 +235,7 @@ r##"foo #"# bar"##; // foo #"# bar
235
>
236
> BYTE_ESCAPE :\
237
> `\x` HEX_DIGIT HEX_DIGIT\
238
-> | `\n` | `\r` | `\t` | `\\` | `\0`
+> | `\n` | `\r` | `\t` | `\\` | `\0` | `\'` | `\"`
239
240
A _byte literal_ is a single ASCII character (in the `U+0000` to `U+007F`
241
range) or a single _escape_ preceded by the characters `U+0062` (`b`) and
0 commit comments