mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 09:35:38 -05:00
Merge VS Code 1.31.1 (#4283)
This commit is contained in:
@@ -320,7 +320,7 @@ suite('Strings', () => {
|
||||
});
|
||||
|
||||
test('fuzzyContains', () => {
|
||||
assert.ok(!strings.fuzzyContains(void 0, null));
|
||||
assert.ok(!strings.fuzzyContains((undefined)!, null!));
|
||||
assert.ok(strings.fuzzyContains('hello world', 'h'));
|
||||
assert.ok(!strings.fuzzyContains('hello world', 'q'));
|
||||
assert.ok(strings.fuzzyContains('hello world', 'hw'));
|
||||
|
||||
Reference in New Issue
Block a user