add fourslash test

This commit is contained in:
uniqueiniquity
2017-08-09 15:55:02 -07:00
parent 1663d01844
commit df5e1a0f69

View File

@@ -0,0 +1,23 @@
/// <reference path="fourslash.ts"/>
////// objects in x should generate outlining spans that do not render in VS
//// const x =[| [
//// [|{ a: 0 }|],
//// [|{ b: 1 }|],
//// [|{ c: 2 }|]
//// ]|];
////
////// objects in y should generate outlining spans that render as expected
//// const y =[| [
//// [|{
//// a: 0
//// }|],
//// [|{
//// b: 1
//// }|],
//// [|{
//// c: 2
//// }|]
//// ]|];
verify.outliningSpansInCurrentFile(test.ranges());