CodeReview feedback, and some tests.

This commit is contained in:
Cyrus Najmabadi 2014-10-03 15:56:44 -07:00
parent 1f045e1227
commit 8aaee07409

View File

@ -3132,6 +3132,8 @@ module ts {
}
}
// Advance the matchIndex forward (if we don't, then we'll simply find the same
// match at the same position again).
matchIndex++;
}
}