mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:55:10 -05:00
Merge pull request #11389 from Microsoft/brace_matching
Add additional test for brace matching
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
//// return [|<any>|] a;
|
||||
//// }
|
||||
////}
|
||||
////const x: Array[|<() => void>|] = [];
|
||||
|
||||
test.ranges().forEach((range) => {
|
||||
verify.matchingBracePositionInCurrentFile(range.start, range.end - 1);
|
||||
|
||||
Reference in New Issue
Block a user