File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,9 @@ name="John Doe"
161
161
{
162
162
message : 'Expected a linebreak before this attribute.' ,
163
163
line : 8 ,
164
- column : 20
164
+ column : 20 ,
165
+ endLine : 8 ,
166
+ endColumn : 35
165
167
}
166
168
]
167
169
} ,
@@ -203,12 +205,16 @@ name="John Doe"
203
205
{
204
206
message : 'Expected no linebreak before this attribute.' ,
205
207
line : 4 ,
206
- column : 11
208
+ column : 11 ,
209
+ endLine : 4 ,
210
+ endColumn : 26
207
211
} ,
208
212
{
209
213
message : 'Expected no linebreak before this attribute.' ,
210
214
line : 13 ,
211
- column : 11
215
+ column : 11 ,
216
+ endLine : 13 ,
217
+ endColumn : 26
212
218
}
213
219
]
214
220
} ,
@@ -254,12 +260,16 @@ name="John Doe"
254
260
{
255
261
message : 'Expected a linebreak before this attribute.' ,
256
262
line : 8 ,
257
- column : 20
263
+ column : 20 ,
264
+ endLine : 8 ,
265
+ endColumn : 35
258
266
} ,
259
267
{
260
268
message : 'Expected a linebreak before this attribute.' ,
261
269
line : 15 ,
262
- column : 20
270
+ column : 20 ,
271
+ endLine : 15 ,
272
+ endColumn : 35
263
273
}
264
274
]
265
275
}
You can’t perform that action at this time.
0 commit comments