File tree Expand file tree Collapse file tree 2 files changed +72
-2
lines changed Expand file tree Collapse file tree 2 files changed +72
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## Two adjacent Junks.
2
+ err01 = { 1x }
3
+ err02 = { 2x }
4
+
5
+ # A single Junk.
6
+ err03 = { 1x
7
+ 2
8
+
9
+ # A single Junk .
1
10
ą=Invalid identifier
2
11
ć=Another one
3
12
4
- key01 = {
13
+ # The COMMENT ends this junk .
14
+ err04 = {
15
+ # COMMENT
16
+
17
+ # The COMMENT ends this junk .
18
+ # The closing brace is a separate Junk .
19
+ err04 = {
20
+ # COMMENT
21
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"type" : " Resource" ,
3
3
"body" : [
4
+ {
5
+ "type" : " GroupComment" ,
6
+ "content" : " Two adjacent Junks."
7
+ },
8
+ {
9
+ "type" : " Junk" ,
10
+ "annotations" : [],
11
+ "content" : " err01 = {1x}\n "
12
+ },
13
+ {
14
+ "type" : " Junk" ,
15
+ "annotations" : [],
16
+ "content" : " err02 = {2x}\n\n "
17
+ },
18
+ {
19
+ "type" : " Comment" ,
20
+ "content" : " A single Junk."
21
+ },
22
+ {
23
+ "type" : " Junk" ,
24
+ "annotations" : [],
25
+ "content" : " err03 = {1x\n 2\n\n "
26
+ },
27
+ {
28
+ "type" : " Comment" ,
29
+ "content" : " A single Junk."
30
+ },
4
31
{
5
32
"type" : " Junk" ,
6
33
"annotations" : [],
7
34
"content" : " ą=Invalid identifier\n ć=Another one\n\n "
8
35
},
36
+ {
37
+ "type" : " Comment" ,
38
+ "content" : " The COMMENT ends this junk."
39
+ },
40
+ {
41
+ "type" : " Junk" ,
42
+ "annotations" : [],
43
+ "content" : " err04 = {\n "
44
+ },
45
+ {
46
+ "type" : " Comment" ,
47
+ "content" : " COMMENT"
48
+ },
49
+ {
50
+ "type" : " Comment" ,
51
+ "content" : " The COMMENT ends this junk.\n The closing brace is a separate Junk."
52
+ },
53
+ {
54
+ "type" : " Junk" ,
55
+ "annotations" : [],
56
+ "content" : " err04 = {\n "
57
+ },
58
+ {
59
+ "type" : " Comment" ,
60
+ "content" : " COMMENT"
61
+ },
9
62
{
10
63
"type" : " Junk" ,
11
64
"annotations" : [],
12
- "content" : " key01 = { \n "
65
+ "content" : " } \n "
13
66
}
14
67
]
15
68
}
You can’t perform that action at this time.
0 commit comments