mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-27 22:57:50 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
9
spec/unsupported_lexers/janet/str_lit-multiline.txt
Normal file
9
spec/unsupported_lexers/janet/str_lit-multiline.txt
Normal file
@ -0,0 +1,9 @@
|
||||
---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
|
Reference in New Issue
Block a user