mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
More tests.
This commit is contained in:
parent
36db7aad2d
commit
5f428fefb0
@ -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");
|
||||
Loading…
x
Reference in New Issue
Block a user