8 lines
157 B
Text
8 lines
157 B
Text
---input---
|
|
"\xAB"
|
|
|
|
---tokens---
|
|
'"' Literal.String
|
|
'\\xAB' Literal.String.Escape
|
|
'"' Literal.String
|
|
'\n' Text.Whitespace
|