mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
10 lines
225 B
Plaintext
10 lines
225 B
Plaintext
---input---
|
|
@"this is the first line
|
|
and what is this one?"
|
|
|
|
---tokens---
|
|
'@"' Literal.String
|
|
'this is the first line\nand what is this one?' Literal.String
|
|
'"' Literal.String
|
|
'\n' Text.Whitespace
|