@@ -186,7 +186,7 @@ describe('Angular Language Service', () => {
186
186
'sortText' : 'toString' ,
187
187
'textEdit' : {
188
188
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
189
- 'newText' : 'toString'
189
+ 'newText' : 'toString() '
190
190
}
191
191
} ,
192
192
{
@@ -196,7 +196,7 @@ describe('Angular Language Service', () => {
196
196
'sortText' : 'charAt' ,
197
197
'textEdit' : {
198
198
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
199
- 'newText' : 'charAt'
199
+ 'newText' : 'charAt() '
200
200
}
201
201
} ,
202
202
{
@@ -206,7 +206,7 @@ describe('Angular Language Service', () => {
206
206
'sortText' : 'charCodeAt' ,
207
207
'textEdit' : {
208
208
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
209
- 'newText' : 'charCodeAt'
209
+ 'newText' : 'charCodeAt() '
210
210
}
211
211
} ,
212
212
{
@@ -216,7 +216,7 @@ describe('Angular Language Service', () => {
216
216
'sortText' : 'concat' ,
217
217
'textEdit' : {
218
218
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
219
- 'newText' : 'concat'
219
+ 'newText' : 'concat() '
220
220
}
221
221
} ,
222
222
{
@@ -226,7 +226,7 @@ describe('Angular Language Service', () => {
226
226
'sortText' : 'indexOf' ,
227
227
'textEdit' : {
228
228
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
229
- 'newText' : 'indexOf'
229
+ 'newText' : 'indexOf() '
230
230
}
231
231
} ,
232
232
{
@@ -236,7 +236,7 @@ describe('Angular Language Service', () => {
236
236
'sortText' : 'lastIndexOf' ,
237
237
'textEdit' : {
238
238
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
239
- 'newText' : 'lastIndexOf'
239
+ 'newText' : 'lastIndexOf() '
240
240
}
241
241
} ,
242
242
{
@@ -246,7 +246,7 @@ describe('Angular Language Service', () => {
246
246
'sortText' : 'localeCompare' ,
247
247
'textEdit' : {
248
248
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
249
- 'newText' : 'localeCompare'
249
+ 'newText' : 'localeCompare() '
250
250
}
251
251
} ,
252
252
{
@@ -256,7 +256,7 @@ describe('Angular Language Service', () => {
256
256
'sortText' : 'match' ,
257
257
'textEdit' : {
258
258
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
259
- 'newText' : 'match'
259
+ 'newText' : 'match() '
260
260
}
261
261
} ,
262
262
{
@@ -266,7 +266,7 @@ describe('Angular Language Service', () => {
266
266
'sortText' : 'replace' ,
267
267
'textEdit' : {
268
268
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
269
- 'newText' : 'replace'
269
+ 'newText' : 'replace() '
270
270
}
271
271
} ,
272
272
{
@@ -276,7 +276,7 @@ describe('Angular Language Service', () => {
276
276
'sortText' : 'search' ,
277
277
'textEdit' : {
278
278
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
279
- 'newText' : 'search'
279
+ 'newText' : 'search() '
280
280
}
281
281
} ,
282
282
{
@@ -286,7 +286,7 @@ describe('Angular Language Service', () => {
286
286
'sortText' : 'slice' ,
287
287
'textEdit' : {
288
288
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
289
- 'newText' : 'slice'
289
+ 'newText' : 'slice() '
290
290
}
291
291
} ,
292
292
{
@@ -296,7 +296,7 @@ describe('Angular Language Service', () => {
296
296
'sortText' : 'split' ,
297
297
'textEdit' : {
298
298
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
299
- 'newText' : 'split'
299
+ 'newText' : 'split() '
300
300
}
301
301
} ,
302
302
{
@@ -306,7 +306,7 @@ describe('Angular Language Service', () => {
306
306
'sortText' : 'substring' ,
307
307
'textEdit' : {
308
308
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
309
- 'newText' : 'substring'
309
+ 'newText' : 'substring() '
310
310
}
311
311
} ,
312
312
{
@@ -316,7 +316,7 @@ describe('Angular Language Service', () => {
316
316
'sortText' : 'toLowerCase' ,
317
317
'textEdit' : {
318
318
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
319
- 'newText' : 'toLowerCase'
319
+ 'newText' : 'toLowerCase() '
320
320
}
321
321
} ,
322
322
{
@@ -326,7 +326,7 @@ describe('Angular Language Service', () => {
326
326
'sortText' : 'toLocaleLowerCase' ,
327
327
'textEdit' : {
328
328
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
329
- 'newText' : 'toLocaleLowerCase'
329
+ 'newText' : 'toLocaleLowerCase() '
330
330
}
331
331
} ,
332
332
{
@@ -336,7 +336,7 @@ describe('Angular Language Service', () => {
336
336
'sortText' : 'toUpperCase' ,
337
337
'textEdit' : {
338
338
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
339
- 'newText' : 'toUpperCase'
339
+ 'newText' : 'toUpperCase() '
340
340
}
341
341
} ,
342
342
{
@@ -346,7 +346,7 @@ describe('Angular Language Service', () => {
346
346
'sortText' : 'toLocaleUpperCase' ,
347
347
'textEdit' : {
348
348
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
349
- 'newText' : 'toLocaleUpperCase'
349
+ 'newText' : 'toLocaleUpperCase() '
350
350
}
351
351
} ,
352
352
{
@@ -356,7 +356,7 @@ describe('Angular Language Service', () => {
356
356
'sortText' : 'trim' ,
357
357
'textEdit' : {
358
358
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
359
- 'newText' : 'trim'
359
+ 'newText' : 'trim() '
360
360
}
361
361
} ,
362
362
{
@@ -376,7 +376,7 @@ describe('Angular Language Service', () => {
376
376
'sortText' : 'substr' ,
377
377
'textEdit' : {
378
378
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
379
- 'newText' : 'substr'
379
+ 'newText' : 'substr() '
380
380
}
381
381
} ,
382
382
{
@@ -386,7 +386,7 @@ describe('Angular Language Service', () => {
386
386
'sortText' : 'valueOf' ,
387
387
'textEdit' : {
388
388
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
389
- 'newText' : 'valueOf'
389
+ 'newText' : 'valueOf() '
390
390
}
391
391
} ,
392
392
{
@@ -396,7 +396,7 @@ describe('Angular Language Service', () => {
396
396
'sortText' : 'codePointAt' ,
397
397
'textEdit' : {
398
398
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
399
- 'newText' : 'codePointAt'
399
+ 'newText' : 'codePointAt() '
400
400
}
401
401
} ,
402
402
{
@@ -406,7 +406,7 @@ describe('Angular Language Service', () => {
406
406
'sortText' : 'includes' ,
407
407
'textEdit' : {
408
408
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
409
- 'newText' : 'includes'
409
+ 'newText' : 'includes() '
410
410
}
411
411
} ,
412
412
{
@@ -416,7 +416,7 @@ describe('Angular Language Service', () => {
416
416
'sortText' : 'endsWith' ,
417
417
'textEdit' : {
418
418
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
419
- 'newText' : 'endsWith'
419
+ 'newText' : 'endsWith() '
420
420
}
421
421
} ,
422
422
{
@@ -426,7 +426,7 @@ describe('Angular Language Service', () => {
426
426
'sortText' : 'normalize' ,
427
427
'textEdit' : {
428
428
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
429
- 'newText' : 'normalize'
429
+ 'newText' : 'normalize() '
430
430
}
431
431
} ,
432
432
{
@@ -436,7 +436,7 @@ describe('Angular Language Service', () => {
436
436
'sortText' : 'repeat' ,
437
437
'textEdit' : {
438
438
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
439
- 'newText' : 'repeat'
439
+ 'newText' : 'repeat() '
440
440
}
441
441
} ,
442
442
{
@@ -446,7 +446,7 @@ describe('Angular Language Service', () => {
446
446
'sortText' : 'startsWith' ,
447
447
'textEdit' : {
448
448
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
449
- 'newText' : 'startsWith'
449
+ 'newText' : 'startsWith() '
450
450
}
451
451
} ,
452
452
{
@@ -456,7 +456,7 @@ describe('Angular Language Service', () => {
456
456
'sortText' : 'anchor' ,
457
457
'textEdit' : {
458
458
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
459
- 'newText' : 'anchor'
459
+ 'newText' : 'anchor() '
460
460
}
461
461
} ,
462
462
{
@@ -466,7 +466,7 @@ describe('Angular Language Service', () => {
466
466
'sortText' : 'big' ,
467
467
'textEdit' : {
468
468
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
469
- 'newText' : 'big'
469
+ 'newText' : 'big() '
470
470
}
471
471
} ,
472
472
{
@@ -476,7 +476,7 @@ describe('Angular Language Service', () => {
476
476
'sortText' : 'blink' ,
477
477
'textEdit' : {
478
478
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
479
- 'newText' : 'blink'
479
+ 'newText' : 'blink() '
480
480
}
481
481
} ,
482
482
{
@@ -486,7 +486,7 @@ describe('Angular Language Service', () => {
486
486
'sortText' : 'bold' ,
487
487
'textEdit' : {
488
488
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
489
- 'newText' : 'bold'
489
+ 'newText' : 'bold() '
490
490
}
491
491
} ,
492
492
{
@@ -496,7 +496,7 @@ describe('Angular Language Service', () => {
496
496
'sortText' : 'fixed' ,
497
497
'textEdit' : {
498
498
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
499
- 'newText' : 'fixed'
499
+ 'newText' : 'fixed() '
500
500
}
501
501
} ,
502
502
{
@@ -506,7 +506,7 @@ describe('Angular Language Service', () => {
506
506
'sortText' : 'fontcolor' ,
507
507
'textEdit' : {
508
508
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
509
- 'newText' : 'fontcolor'
509
+ 'newText' : 'fontcolor() '
510
510
}
511
511
} ,
512
512
{
@@ -516,7 +516,7 @@ describe('Angular Language Service', () => {
516
516
'sortText' : 'fontsize' ,
517
517
'textEdit' : {
518
518
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
519
- 'newText' : 'fontsize'
519
+ 'newText' : 'fontsize() '
520
520
}
521
521
} ,
522
522
{
@@ -526,7 +526,7 @@ describe('Angular Language Service', () => {
526
526
'sortText' : 'italics' ,
527
527
'textEdit' : {
528
528
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
529
- 'newText' : 'italics'
529
+ 'newText' : 'italics() '
530
530
}
531
531
} ,
532
532
{
@@ -536,7 +536,7 @@ describe('Angular Language Service', () => {
536
536
'sortText' : 'link' ,
537
537
'textEdit' : {
538
538
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
539
- 'newText' : 'link'
539
+ 'newText' : 'link() '
540
540
}
541
541
} ,
542
542
{
@@ -546,7 +546,7 @@ describe('Angular Language Service', () => {
546
546
'sortText' : 'small' ,
547
547
'textEdit' : {
548
548
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
549
- 'newText' : 'small'
549
+ 'newText' : 'small() '
550
550
}
551
551
} ,
552
552
{
@@ -556,7 +556,7 @@ describe('Angular Language Service', () => {
556
556
'sortText' : 'strike' ,
557
557
'textEdit' : {
558
558
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
559
- 'newText' : 'strike'
559
+ 'newText' : 'strike() '
560
560
}
561
561
} ,
562
562
{
@@ -566,7 +566,7 @@ describe('Angular Language Service', () => {
566
566
'sortText' : 'sub' ,
567
567
'textEdit' : {
568
568
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
569
- 'newText' : 'sub'
569
+ 'newText' : 'sub() '
570
570
}
571
571
} ,
572
572
{
@@ -576,7 +576,7 @@ describe('Angular Language Service', () => {
576
576
'sortText' : 'sup' ,
577
577
'textEdit' : {
578
578
'range' : { 'start' : { 'line' : 4 , 'character' : 30 } , 'end' : { 'line' : 4 , 'character' : 30 } } ,
579
- 'newText' : 'sup'
579
+ 'newText' : 'sup() '
580
580
}
581
581
}
582
582
]
0 commit comments