From de01f5da899e4e584b2c3de81ad0f90a6dc066fe Mon Sep 17 00:00:00 2001 From: Ahmad Farid Date: Mon, 6 Apr 2015 14:50:08 -0700 Subject: [PATCH] Addressing PR comments and adding unit tests (removing extra new lines and debugging statements) --- tests/cases/fourslash/getOutliningForBlockComments.ts | 2 +- tests/cases/fourslash/getOutliningForSingleLineComments.ts | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/cases/fourslash/getOutliningForBlockComments.ts b/tests/cases/fourslash/getOutliningForBlockComments.ts index 06b30228274..66838d0db75 100644 --- a/tests/cases/fourslash/getOutliningForBlockComments.ts +++ b/tests/cases/fourslash/getOutliningForBlockComments.ts @@ -99,7 +99,7 @@ //// return 1; //// }|] ////}|] -debugger; + verify.outliningSpansInCurrentFile(test.ranges()); diff --git a/tests/cases/fourslash/getOutliningForSingleLineComments.ts b/tests/cases/fourslash/getOutliningForSingleLineComments.ts index 42d782581a7..903b1c55494 100644 --- a/tests/cases/fourslash/getOutliningForSingleLineComments.ts +++ b/tests/cases/fourslash/getOutliningForSingleLineComments.ts @@ -73,9 +73,6 @@ ////class WithOneSingleLineComment[| { ////}|] - - - verify.outliningSpansInCurrentFile(test.ranges());