Skip to content

Commit

Permalink
repro issue because of partial suffix match with predictions
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh-1997 committed Dec 18, 2024
1 parent 21cd906 commit 0c6aceb
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions vscode/src/autoedits/shrink-prediction.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ describe('shrinkPredictionUntilSuffix', () => {
constructor(recentEditsTracker: RecentEditsTracker) {
this.recentEditsTracker = █
p
p
p
p
// some code
`

const prediction = dedent` constructor(recentEditsTracker: RecentEditsTracker) {
Expand Down

0 comments on commit 0c6aceb

Please sign in to comment.