Skip to content

Commit c5e1cb8

Browse files
author
Andy
authored
Merge pull request microsoft#11389 from Microsoft/brace_matching
Add additional test for brace matching
2 parents 527a24b + 5c925c2 commit c5e1cb8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/cases/fourslash/getMatchingBraces.ts

+1
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)