Skip to content

Commit 314ca90

Browse files
committed
Add position information to all syntax fixtures
1 parent a34e52b commit 314ca90

File tree

62 files changed

+9845
-895
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+9845
-895
lines changed

fluent.syntax/tests/syntax/fixtures_structure/attribute_expression_with_wrong_attr.json

+55-5
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,35 @@
1414
"span": {
1515
"type": "Span",
1616
"start": 13,
17-
"end": 13
17+
"end": 13,
18+
"start_position": {
19+
"type": "SourcePosition",
20+
"row_index": 0,
21+
"column_index": 13
22+
},
23+
"end_position": {
24+
"type": "SourcePosition",
25+
"row_index": 0,
26+
"column_index": 13
27+
}
1828
}
1929
}
2030
],
2131
"content": "err1 = { foo.23 }\n",
2232
"span": {
2333
"type": "Span",
2434
"start": 0,
25-
"end": 18
35+
"end": 18,
36+
"start_position": {
37+
"type": "SourcePosition",
38+
"row_index": 0,
39+
"column_index": 0
40+
},
41+
"end_position": {
42+
"type": "SourcePosition",
43+
"row_index": 1,
44+
"column_index": 0
45+
}
2646
}
2747
},
2848
{
@@ -38,21 +58,51 @@
3858
"span": {
3959
"type": "Span",
4060
"start": 31,
41-
"end": 31
61+
"end": 31,
62+
"start_position": {
63+
"type": "SourcePosition",
64+
"row_index": 1,
65+
"column_index": 13
66+
},
67+
"end_position": {
68+
"type": "SourcePosition",
69+
"row_index": 1,
70+
"column_index": 13
71+
}
4272
}
4373
}
4474
],
4575
"content": "err2 = { foo. }\n",
4676
"span": {
4777
"type": "Span",
4878
"start": 18,
49-
"end": 34
79+
"end": 34,
80+
"start_position": {
81+
"type": "SourcePosition",
82+
"row_index": 1,
83+
"column_index": 0
84+
},
85+
"end_position": {
86+
"type": "SourcePosition",
87+
"row_index": 2,
88+
"column_index": 0
89+
}
5090
}
5191
}
5292
],
5393
"span": {
5494
"type": "Span",
5595
"start": 0,
56-
"end": 34
96+
"end": 34,
97+
"start_position": {
98+
"type": "SourcePosition",
99+
"row_index": 0,
100+
"column_index": 0
101+
},
102+
"end_position": {
103+
"type": "SourcePosition",
104+
"row_index": 2,
105+
"column_index": 1
106+
}
57107
}
58108
}

fluent.syntax/tests/syntax/fixtures_structure/attribute_of_private_as_placeable.json

+33-3
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,51 @@
1212
"span": {
1313
"type": "Span",
1414
"start": 23,
15-
"end": 23
15+
"end": 23,
16+
"start_position": {
17+
"type": "SourcePosition",
18+
"row_index": 0,
19+
"column_index": 23
20+
},
21+
"end_position": {
22+
"type": "SourcePosition",
23+
"row_index": 0,
24+
"column_index": 23
25+
}
1626
}
1727
}
1828
],
1929
"content": "err1 = { -brand.gender }\n",
2030
"span": {
2131
"type": "Span",
2232
"start": 0,
23-
"end": 25
33+
"end": 25,
34+
"start_position": {
35+
"type": "SourcePosition",
36+
"row_index": 0,
37+
"column_index": 0
38+
},
39+
"end_position": {
40+
"type": "SourcePosition",
41+
"row_index": 1,
42+
"column_index": 0
43+
}
2444
}
2545
}
2646
],
2747
"span": {
2848
"type": "Span",
2949
"start": 0,
30-
"end": 25
50+
"end": 25,
51+
"start_position": {
52+
"type": "SourcePosition",
53+
"row_index": 0,
54+
"column_index": 0
55+
},
56+
"end_position": {
57+
"type": "SourcePosition",
58+
"row_index": 1,
59+
"column_index": 1
60+
}
3161
}
3262
}

fluent.syntax/tests/syntax/fixtures_structure/attribute_of_public_as_selector.json

+33-3
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,51 @@
1212
"span": {
1313
"type": "Span",
1414
"start": 21,
15-
"end": 21
15+
"end": 21,
16+
"start_position": {
17+
"type": "SourcePosition",
18+
"row_index": 1,
19+
"column_index": 22
20+
},
21+
"end_position": {
22+
"type": "SourcePosition",
23+
"row_index": 1,
24+
"column_index": 22
25+
}
1626
}
1727
}
1828
],
1929
"content": "err1 =\n { foo.bar ->\n [1] One\n *[2] Two\n }\n",
2030
"span": {
2131
"type": "Span",
2232
"start": 0,
23-
"end": 62
33+
"end": 62,
34+
"start_position": {
35+
"type": "SourcePosition",
36+
"row_index": 0,
37+
"column_index": 0
38+
},
39+
"end_position": {
40+
"type": "SourcePosition",
41+
"row_index": 6,
42+
"column_index": 0
43+
}
2444
}
2545
}
2646
],
2747
"span": {
2848
"type": "Span",
2949
"start": 0,
30-
"end": 62
50+
"end": 62,
51+
"start_position": {
52+
"type": "SourcePosition",
53+
"row_index": 0,
54+
"column_index": 0
55+
},
56+
"end_position": {
57+
"type": "SourcePosition",
58+
"row_index": 6,
59+
"column_index": 1
60+
}
3161
}
3262
}

fluent.syntax/tests/syntax/fixtures_structure/attribute_starts_from_nl.json

+99-9
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,17 @@
99
"span": {
1010
"type": "Span",
1111
"start": 0,
12-
"end": 3
12+
"end": 3,
13+
"start_position": {
14+
"type": "SourcePosition",
15+
"row_index": 0,
16+
"column_index": 0
17+
},
18+
"end_position": {
19+
"type": "SourcePosition",
20+
"row_index": 0,
21+
"column_index": 3
22+
}
1323
}
1424
},
1525
"value": {
@@ -21,14 +31,34 @@
2131
"span": {
2232
"type": "Span",
2333
"start": 6,
24-
"end": 11
34+
"end": 11,
35+
"start_position": {
36+
"type": "SourcePosition",
37+
"row_index": 0,
38+
"column_index": 6
39+
},
40+
"end_position": {
41+
"type": "SourcePosition",
42+
"row_index": 0,
43+
"column_index": 11
44+
}
2545
}
2646
}
2747
],
2848
"span": {
2949
"type": "Span",
3050
"start": 6,
31-
"end": 11
51+
"end": 11,
52+
"start_position": {
53+
"type": "SourcePosition",
54+
"row_index": 0,
55+
"column_index": 6
56+
},
57+
"end_position": {
58+
"type": "SourcePosition",
59+
"row_index": 0,
60+
"column_index": 11
61+
}
3262
}
3363
},
3464
"attributes": [
@@ -40,7 +70,17 @@
4070
"span": {
4171
"type": "Span",
4272
"start": 13,
43-
"end": 17
73+
"end": 17,
74+
"start_position": {
75+
"type": "SourcePosition",
76+
"row_index": 2,
77+
"column_index": 1
78+
},
79+
"end_position": {
80+
"type": "SourcePosition",
81+
"row_index": 2,
82+
"column_index": 5
83+
}
4484
}
4585
},
4686
"value": {
@@ -52,34 +92,84 @@
5292
"span": {
5393
"type": "Span",
5494
"start": 20,
55-
"end": 27
95+
"end": 27,
96+
"start_position": {
97+
"type": "SourcePosition",
98+
"row_index": 2,
99+
"column_index": 8
100+
},
101+
"end_position": {
102+
"type": "SourcePosition",
103+
"row_index": 2,
104+
"column_index": 15
105+
}
56106
}
57107
}
58108
],
59109
"span": {
60110
"type": "Span",
61111
"start": 20,
62-
"end": 27
112+
"end": 27,
113+
"start_position": {
114+
"type": "SourcePosition",
115+
"row_index": 2,
116+
"column_index": 8
117+
},
118+
"end_position": {
119+
"type": "SourcePosition",
120+
"row_index": 2,
121+
"column_index": 15
122+
}
63123
}
64124
},
65125
"span": {
66126
"type": "Span",
67127
"start": 12,
68-
"end": 27
128+
"end": 27,
129+
"start_position": {
130+
"type": "SourcePosition",
131+
"row_index": 2,
132+
"column_index": 0
133+
},
134+
"end_position": {
135+
"type": "SourcePosition",
136+
"row_index": 2,
137+
"column_index": 15
138+
}
69139
}
70140
}
71141
],
72142
"comment": null,
73143
"span": {
74144
"type": "Span",
75145
"start": 0,
76-
"end": 27
146+
"end": 27,
147+
"start_position": {
148+
"type": "SourcePosition",
149+
"row_index": 0,
150+
"column_index": 0
151+
},
152+
"end_position": {
153+
"type": "SourcePosition",
154+
"row_index": 2,
155+
"column_index": 15
156+
}
77157
}
78158
}
79159
],
80160
"span": {
81161
"type": "Span",
82162
"start": 0,
83-
"end": 28
163+
"end": 28,
164+
"start_position": {
165+
"type": "SourcePosition",
166+
"row_index": 0,
167+
"column_index": 0
168+
},
169+
"end_position": {
170+
"type": "SourcePosition",
171+
"row_index": 3,
172+
"column_index": 0
173+
}
84174
}
85175
}

0 commit comments

Comments
 (0)