mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
---input---
|
|
a=$'abc\''
|
|
|
|
---tokens---
|
|
'a' Name.Variable
|
|
'=' Operator
|
|
"$'abc\\''" Literal.String.Single
|
|
'\n' Text.Whitespace
|