9 lines
224 B
Text
9 lines
224 B
Text
---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
|