mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-20 07:03:05 -03:00
Reorganize tests into a real spec suite
This commit is contained in:
20
spec/unsupported_lexers/praat/test_function_call.txt
Normal file
20
spec/unsupported_lexers/praat/test_function_call.txt
Normal file
@ -0,0 +1,20 @@
|
||||
---input---
|
||||
selected("Sound", i+(a*b))
|
||||
|
||||
---tokens---
|
||||
'selected' Name.Function
|
||||
'(' Punctuation
|
||||
'"' Literal.String
|
||||
'Sound' Literal.String
|
||||
'"' Literal.String
|
||||
',' Punctuation
|
||||
' ' Text.Whitespace
|
||||
'i' Text
|
||||
'+' Operator
|
||||
'(' Text
|
||||
'a' Text
|
||||
'*' Operator
|
||||
'b' Text
|
||||
')' Punctuation
|
||||
')' Punctuation
|
||||
'\n' Text.Whitespace
|
Reference in New Issue
Block a user