fix char literal highlighting #2481
@ -38,6 +38,18 @@ testTokenization('rust', [
]
}
],
[
{
line: "'\"'",
tokens: [{ startIndex: 0, type: 'string.byteliteral.rust' }]
line: "'\0'",
// Comment