Skip to content

Commit 2902aa2

Browse files
Added tests.
1 parent 355dcd1 commit 2902aa2

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/// <reference path='fourslash.ts' />
2+
3+
////let x = {
4+
//// f/*1*/oo
5+
////}
6+
7+
goTo.marker("1");
8+
goTo.definition();
9+
verify.not.definitionLocationExists();
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
/// <reference path='fourslash.ts' />
2+
3+
////let /*def*/x = {
4+
//// /*prop*/x
5+
////}
6+
7+
goTo.marker("prop");
8+
goTo.definition();
9+
verify.caretAtMarker("def");

0 commit comments

Comments
 (0)