blob: 003e4cd18774a47866bb245fbee0c71ecb8a56fd (
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
31
32
33
34
35
36
37
38
|
---input---
var école;
var sinθ;
var เมือง;
var a\u1234b;
var nbsp;
---tokens---
'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
|