mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-08-05 07:45:33 +00:00
Reorganize tests into a real spec suite
This commit is contained in:
15
spec/unsupported_lexers/teal/test_strings.txt
Normal file
15
spec/unsupported_lexers/teal/test_strings.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
---input---
|
||||
a "abc\x123\n\"de//f"
|
||||
|
||||
---tokens---
|
||||
'a' Name.Function
|
||||
' ' Text.Whitespace
|
||||
'"' Literal.String
|
||||
'abc' Literal.String
|
||||
'\\x12' Literal.String.Escape
|
||||
'3' Literal.String
|
||||
'\\n' Literal.String.Escape
|
||||
'\\"' Literal.String.Escape
|
||||
'de//f' Literal.String
|
||||
'"' Literal.String
|
||||
'\n' Text
|
Reference in New Issue
Block a user