Skip to content

Commit 5c925c2

Browse files
author
Andy Hanson
committed
Add additional test for brace matching
1 parent 29599fe commit 5c925c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cases/fourslash/getMatchingBraces.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
//// return [|<any>|] a;
3737
//// }
3838
////}
39+
////const x: Array[|<() => void>|] = [];
3940

4041
test.ranges().forEach((range) => {
4142
verify.matchingBracePositionInCurrentFile(range.start, range.end - 1);

0 commit comments

Comments
 (0)