From 5c925c2e23e2d826e02fd0fd343337bf0a176522 Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Tue, 4 Oct 2016 14:01:21 -0700 Subject: [PATCH] Add additional test for brace matching --- tests/cases/fourslash/getMatchingBraces.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cases/fourslash/getMatchingBraces.ts b/tests/cases/fourslash/getMatchingBraces.ts index fc8a71197db..cea9c8c84eb 100644 --- a/tests/cases/fourslash/getMatchingBraces.ts +++ b/tests/cases/fourslash/getMatchingBraces.ts @@ -36,6 +36,7 @@ //// return [||] a; //// } ////} +////const x: Array[|<() => void>|] = []; test.ranges().forEach((range) => { verify.matchingBracePositionInCurrentFile(range.start, range.end - 1);