Skip to content

Commit da6070b

Browse files
committed
fixed typo in test name
1 parent 6040e55 commit da6070b

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

tests/cases/fourslash/getOccurencesAfterEdit.ts

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
/// <reference path='fourslash.ts'/>
22

33
/////*0*/
4-
////function f(s: string) {
5-
//// s.con/*1*/structor
4+
////interface A {
5+
//// foo: string;
6+
////}
7+
////function foo(x: A) {
8+
//// x.f/*1*/oo
69
////}
710

811
goTo.marker("1");
9-
verify.occurrencesAtPositionCount(1);
12+
verify.occurrencesAtPositionCount(2);
1013

1114
goTo.marker("0");
1215
edit.insert("\r\n");
1316

1417
goTo.marker("1");
15-
verify.occurrencesAtPositionCount(1);
18+
verify.occurrencesAtPositionCount(2);

0 commit comments

Comments
 (0)