mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
10 lines
224 B
Plaintext
10 lines
224 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
|