summaryrefslogtreecommitdiff
path: root/tests/examplefiles/applescript/unicode.applescript.output
blob: 2ca8d89d7e2b114106480b1fa5a1cabae015c0ac (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
29
30
'set'         Keyword
' '           Text
'jp'          Name.Variable
' '           Text
'to'          Keyword
' '           Text
'"日本語"'       Literal.String.Double
'\n\n'        Text

'set'         Keyword
' '           Text
'ru'          Name.Variable
' '           Text
'to'          Keyword
' '           Text
'"Русский"'   Literal.String.Double
'\n\n'        Text

'jp'          Name.Variable
' '           Text
'&'           Operator
' '           Text
'" and "'     Literal.String.Double
' '           Text
'&'           Operator
' '           Text
'ru'          Name.Variable
' '           Text
'-- returns "日本語 and Русский"' Comment
'\n'          Text