summaryrefslogtreecommitdiff
path: root/tests/examplefiles/js/unicode.js.output
blob: 98bb080e2cb235023c65450421523211266e5ae5 (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
'var'         Keyword.Declaration
' '           Text
'école'       Name.Other
';'           Punctuation
'\n'          Text

'var'         Keyword.Declaration
' '           Text
'sinθ'        Name.Other
';'           Punctuation
'\n'          Text

'var'         Keyword.Declaration
' '           Text
'เมือง'       Name.Other
';'           Punctuation
'\n'          Text

'var'         Keyword.Declaration
' '           Text
'a\\u1234b'   Name.Other
';'           Punctuation
'\n\n'        Text

'var'         Keyword.Declaration
'\u2008'      Text
'nbsp'        Name.Other
';'           Punctuation
'\n'          Text