mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-03 09:35:40 -05:00
Merge from vscode e558dc6ea73a75bd69d7a0b485f0e7e4194c66bf (#6864)
This commit is contained in:
@@ -366,6 +366,10 @@ suite('Filters', () => {
|
||||
assertMatches('f', ':foo', ':^foo', fuzzyScore);
|
||||
});
|
||||
|
||||
test('Separator only match should not be weak #79558', function () {
|
||||
assertMatches('.', 'foo.bar', 'foo^.bar', fuzzyScore);
|
||||
});
|
||||
|
||||
test('Cannot set property \'1\' of undefined, #26511', function () {
|
||||
let word = new Array<void>(123).join('a');
|
||||
let pattern = new Array<void>(120).join('a');
|
||||
|
||||
Reference in New Issue
Block a user