Skip to content

Commit 77bdf51

Browse files
committed
test
1 parent f4eda00 commit 77bdf51

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/vs/base/test/common/filters.test.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,10 @@ suite('Filters', () => {
397397
assertTopScore(fuzzyScore, 'title', 1, 'files.trimTrailingWhitespace', 'window.title');
398398
});
399399

400+
// test('Unexpected suggestion scoring, #28791', function () {
401+
// assertTopScore(fuzzyScore, '_lines', 1, '_lineStarts', '_lines');
402+
// });
403+
400404
test('nextTypoPermutation', function () {
401405

402406
function assertTypos(pattern: string, ...variants: string[]) {

0 commit comments

Comments
 (0)