Skip to content

Commit 3ea1b79

Browse files
committed
Fix fourslash test
1 parent 090c2fe commit 3ea1b79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/cases/fourslash/referencesForIndexProperty2.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
// References to a unknown index property
44

55
////var a;
6-
////a[/**/"blah"];
6+
////a["[|blah|]"];
77

8-
goTo.marker("");
8+
goTo.position(test.ranges()[0].start, test.ranges()[0].fileName);
99
verify.referencesAre(test.ranges());
10+

0 commit comments

Comments
 (0)