summaryrefslogtreecommitdiff
path: root/tests/snippets/praat/test_function_call.txt
blob: 608ef160457cb2f242804cc7f8c81d45af187512 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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