summaryrefslogtreecommitdiff
path: root/tests/examplefiles/groovy/quoted.groovy.output
blob: ac9c4ce1c1e187a1e3ab72526380023587bb0c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
'def'         Keyword.Type
' '           Text
'"long function name"' Name.Function
'('           Operator
'i'           Name
')'           Operator
' '           Text
'{'           Operator
' '           Text
'return'      Keyword
' '           Text
'i'           Name
' '           Text
'}'           Operator
'\n'          Text

'assert'      Keyword
' '           Text
"'long function name'" Literal.String.Single
'('           Operator
'1'           Literal.Number.Integer
')'           Operator
' '           Text
'='           Operator
'='           Operator
' '           Text
'1'           Literal.Number.Integer
'\n'          Text