Skip to content

Commit df5e1a0

Browse files
add fourslash test
1 parent 1663d01 commit df5e1a0

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
/// <reference path="fourslash.ts"/>
2+
3+
////// objects in x should generate outlining spans that do not render in VS
4+
//// const x =[| [
5+
//// [|{ a: 0 }|],
6+
//// [|{ b: 1 }|],
7+
//// [|{ c: 2 }|]
8+
//// ]|];
9+
////
10+
////// objects in y should generate outlining spans that render as expected
11+
//// const y =[| [
12+
//// [|{
13+
//// a: 0
14+
//// }|],
15+
//// [|{
16+
//// b: 1
17+
//// }|],
18+
//// [|{
19+
//// c: 2
20+
//// }|]
21+
//// ]|];
22+
23+
verify.outliningSpansInCurrentFile(test.ranges());

0 commit comments

Comments
 (0)