@@ -137,37 +137,49 @@ tester.run('next-tick-style', rule, {
137
137
message :
138
138
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
139
139
line : 4 ,
140
- column : 16
140
+ column : 16 ,
141
+ endLine : 4 ,
142
+ endColumn : 25
141
143
} ,
142
144
{
143
145
message :
144
146
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
145
147
line : 5 ,
146
- column : 15
148
+ column : 15 ,
149
+ endLine : 5 ,
150
+ endColumn : 23
147
151
} ,
148
152
{
149
153
message :
150
154
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
151
155
line : 6 ,
152
- column : 11
156
+ column : 11 ,
157
+ endLine : 6 ,
158
+ endColumn : 13
153
159
} ,
154
160
{
155
161
message :
156
162
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
157
163
line : 8 ,
158
- column : 16
164
+ column : 16 ,
165
+ endLine : 8 ,
166
+ endColumn : 25
159
167
} ,
160
168
{
161
169
message :
162
170
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
163
171
line : 9 ,
164
- column : 15
172
+ column : 15 ,
173
+ endLine : 9 ,
174
+ endColumn : 23
165
175
} ,
166
176
{
167
177
message :
168
178
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
169
179
line : 10 ,
170
- column : 11
180
+ column : 11 ,
181
+ endLine : 10 ,
182
+ endColumn : 13
171
183
}
172
184
]
173
185
} ,
@@ -203,37 +215,49 @@ tester.run('next-tick-style', rule, {
203
215
message :
204
216
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
205
217
line : 4 ,
206
- column : 16
218
+ column : 16 ,
219
+ endLine : 4 ,
220
+ endColumn : 25
207
221
} ,
208
222
{
209
223
message :
210
224
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
211
225
line : 5 ,
212
- column : 15
226
+ column : 15 ,
227
+ endLine : 5 ,
228
+ endColumn : 23
213
229
} ,
214
230
{
215
231
message :
216
232
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
217
233
line : 6 ,
218
- column : 11
234
+ column : 11 ,
235
+ endLine : 6 ,
236
+ endColumn : 13
219
237
} ,
220
238
{
221
239
message :
222
240
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
223
241
line : 8 ,
224
- column : 16
242
+ column : 16 ,
243
+ endLine : 8 ,
244
+ endColumn : 25
225
245
} ,
226
246
{
227
247
message :
228
248
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
229
249
line : 9 ,
230
- column : 15
250
+ column : 15 ,
251
+ endLine : 9 ,
252
+ endColumn : 23
231
253
} ,
232
254
{
233
255
message :
234
256
'Use the Promise returned by `nextTick` instead of passing a callback function.' ,
235
257
line : 10 ,
236
- column : 11
258
+ column : 11 ,
259
+ endLine : 10 ,
260
+ endColumn : 13
237
261
}
238
262
]
239
263
} ,
@@ -258,37 +282,49 @@ tester.run('next-tick-style', rule, {
258
282
message :
259
283
'Pass a callback function to `nextTick` instead of using the returned Promise.' ,
260
284
line : 4 ,
261
- column : 16
285
+ column : 16 ,
286
+ endLine : 4 ,
287
+ endColumn : 25
262
288
} ,
263
289
{
264
290
message :
265
291
'Pass a callback function to `nextTick` instead of using the returned Promise.' ,
266
292
line : 5 ,
267
- column : 15
293
+ column : 15 ,
294
+ endLine : 5 ,
295
+ endColumn : 23
268
296
} ,
269
297
{
270
298
message :
271
299
'Pass a callback function to `nextTick` instead of using the returned Promise.' ,
272
300
line : 6 ,
273
- column : 11
301
+ column : 11 ,
302
+ endLine : 6 ,
303
+ endColumn : 13
274
304
} ,
275
305
{
276
306
message :
277
307
'Pass a callback function to `nextTick` instead of using the returned Promise.' ,
278
308
line : 8 ,
279
- column : 22
309
+ column : 22 ,
310
+ endLine : 8 ,
311
+ endColumn : 31
280
312
} ,
281
313
{
282
314
message :
283
315
'Pass a callback function to `nextTick` instead of using the returned Promise.' ,
284
316
line : 9 ,
285
- column : 21
317
+ column : 21 ,
318
+ endLine : 9 ,
319
+ endColumn : 29
286
320
} ,
287
321
{
288
322
message :
289
323
'Pass a callback function to `nextTick` instead of using the returned Promise.' ,
290
324
line : 10 ,
291
- column : 17
325
+ column : 17 ,
326
+ endLine : 10 ,
327
+ endColumn : 19
292
328
}
293
329
]
294
330
}
0 commit comments