More tests.

This commit is contained in:
Daniel Rosenwasser 2015-03-25 14:16:12 -07:00
parent 36db7aad2d
commit 5f428fefb0
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/// <reference path='fourslash.ts' />
////xyz => /*1*/x
goTo.marker("1");
verify.completionListContains("xyz");

View File

@ -0,0 +1,6 @@
/// <reference path='fourslash.ts' />
////xyz => x/*1*/y
goTo.marker("1");
verify.completionListContains("xyz");