mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
|
---input---
|
||
|
@"\x0f"
|
||
|
|
||
|
---tokens---
|
||
|
'@"' Literal.String
|
||
|
'\\x0f' Literal.String.Escape
|
||
|
'"' Literal.String
|
||
|
'\n' Text.Whitespace
|