mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-08 22:29:37 -05:00
More tests.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
////xyz => /*1*/x
|
||||
|
||||
goTo.marker("1");
|
||||
verify.completionListContains("xyz");
|
||||
@@ -0,0 +1,6 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
////xyz => x/*1*/y
|
||||
|
||||
goTo.marker("1");
|
||||
verify.completionListContains("xyz");
|
||||
Reference in New Issue
Block a user