Skip to content

Commit 9c87f3a

Browse files
committed
tests!
1 parent 1d77caa commit 9c87f3a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
///<reference path="fourslash.ts" />
22

3+
//@Filename
34
////const c = "s";
45
/////*1*/
56
////const d = 1
6-
/////*2*/
7+
////d/*2*/
8+
////const e = 1
9+
/////*3*/
710

811
verify.completions({ marker: ["1"], includes: { name: "c", text: 'const c: "s"', kind: "const" } });
912
verify.completions({ marker: ["2"], includes: { name: "d", text: 'const d: 1', kind: "const" } });
13+
verify.completions({ marker: ["3"], includes: { name: "e", text: 'const e: 1', kind: "const" } });

0 commit comments

Comments
 (0)