summaryrefslogtreecommitdiff
path: root/tests/examplefiles/go/unicode.go.output
blob: c001eed904cf9e5ac3c44db583509e6a38cb51fc (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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
'package'     Keyword.Namespace
' '           Text.Whitespace
'main'        Name.Other
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'import'      Keyword.Namespace
' '           Text.Whitespace
'"fmt"'       Literal.String
'\n'          Text.Whitespace

'\n'          Text.Whitespace

'func'        Keyword.Declaration
' '           Text.Whitespace
'main'        Name.Other
'('           Punctuation
')'           Punctuation
' '           Text.Whitespace
'{'           Punctuation
'\n'          Text.Whitespace

'    '        Text.Whitespace
'世界'          Name.Other
' '           Text.Whitespace
':='          Operator
' '           Text.Whitespace
'"Hello, world!"' Literal.String
'\n'          Text.Whitespace

'    '        Text.Whitespace
'さようなら'       Name.Other
' '           Text.Whitespace
':='          Operator
' '           Text.Whitespace
'"Goodbye, world!"' Literal.String
'\n'          Text.Whitespace

'    '        Text.Whitespace
'fmt'         Name.Other
'.'           Punctuation
'Println'     Name.Other
'('           Punctuation
'世界'          Name.Other
')'           Punctuation
'\n'          Text.Whitespace

'    '        Text.Whitespace
'fmt'         Name.Other
'.'           Punctuation
'Println'     Name.Other
'('           Punctuation
'さようなら'       Name.Other
')'           Punctuation
'\n'          Text.Whitespace

'}'           Punctuation
'\n'          Text.Whitespace