Added byte string escape tests

pull/2748/head
nreed 4 years ago
parent 416cea65a0
commit af103dd2f6

@ -38,7 +38,19 @@ testTokenization('rust', [
]
}
],
[
{
line: "'\"'",
tokens: [{ startIndex: 0, type: 'string.byteliteral.rust' }]
}
],
[
{
line: "'\0'",
tokens: [{ startIndex: 0, type: 'string.byteliteral.rust' }]
}
],
// Comment
[
{

Loading…
Cancel
Save