Add additional test for brace matching

This commit is contained in:
Andy Hanson 2016-10-04 14:01:21 -07:00
parent 29599fe9e1
commit 5c925c2e23

View File

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