Added tests.

This commit is contained in:
Daniel Rosenwasser 2015-03-18 14:21:17 -07:00
parent 355dcd11c8
commit 2902aa2ba3
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
/// <reference path='fourslash.ts' />
////let x = {
//// f/*1*/oo
////}
goTo.marker("1");
goTo.definition();
verify.not.definitionLocationExists();

View File

@ -0,0 +1,9 @@
/// <reference path='fourslash.ts' />
////let /*def*/x = {
//// /*prop*/x
////}
goTo.marker("prop");
goTo.definition();
verify.caretAtMarker("def");