Merge pull request #11389 from Microsoft/brace_matching

Add additional test for brace matching
This commit is contained in:
Andy
2016-10-05 10:02:46 -07:00
committed by GitHub

View File

@@ -36,6 +36,7 @@
//// return [|<any>|] a;
//// }
////}
////const x: Array[|<() => void>|] = [];
test.ranges().forEach((range) => {
verify.matchingBracePositionInCurrentFile(range.start, range.end - 1);