tartrazine/spec/unsupported_lexers/janet/buf_lit-multiline.txt

10 lines
225 B
Plaintext
Raw Normal View History

2024-08-03 10:36:47 +00:00
---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