diff --git a/tests/cases/fourslash/outliningSpansForFunction.ts b/tests/cases/fourslash/outliningSpansForFunction.ts index 4fdf10f2c96..e89ecd6f843 100644 --- a/tests/cases/fourslash/outliningSpansForFunction.ts +++ b/tests/cases/fourslash/outliningSpansForFunction.ts @@ -9,29 +9,29 @@ //// ////(a: number, b: number) =>[| { //// return a + b; -////}|]; +////}|] //// ////const f1 = function[| ( //// a: number //// b: number ////) { //// return a + b; -////}|]; +////}|] //// ////const f2 = function (a: number, b: number)[| { //// return a + b; -////}|]; +////}|] //// ////function f3[| ( //// a: number //// b: number ////) { //// return a + b; -////}|]; +////}|] //// ////function f4(a: number, b: number)[| { //// return a + b; -////}|]; +////}|] //// ////class Foo[| { //// constructor[|( @@ -52,26 +52,26 @@ //// m1(a: number, b: number)[| { //// return a + b; //// }|] -////}|]; +////}|] //// ////declare function foo(props: any): void; ////foo[|( //// a =>[| { //// //// }|] -////)|]; +////)|] //// ////foo[|( //// (a) =>[| { //// //// }|] -////)|]; +////)|] //// ////foo[|( //// (a, b, c) =>[| { //// //// }|] -////)|]; +////)|] //// ////foo[|([| //// (a, @@ -79,6 +79,6 @@ //// c) => { //// //// }|] -////)|]; +////)|] verify.outliningSpansInCurrentFile(test.ranges());