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:
11
spec/unsupported_lexers/csound/test_braced_strings.txt
Normal file
11
spec/unsupported_lexers/csound/test_braced_strings.txt
Normal file
@@ -0,0 +1,11 @@
|
||||
---input---
|
||||
{{
|
||||
characters$MACRO.
|
||||
}}
|
||||
|
||||
---tokens---
|
||||
'{{' Literal.String
|
||||
'\ncharacters$MACRO.\n' Literal.String
|
||||
|
||||
'}}' Literal.String
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user