mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
fix formatting
This commit is contained in:
@@ -589,8 +589,8 @@ suite('SnippetParser', () => {
|
||||
assert.equal(new FormatString(1, undefined, 'bar', 'foo').resolve(undefined), 'foo');
|
||||
assert.equal(new FormatString(1, undefined, 'bar', 'foo').resolve(''), 'foo');
|
||||
assert.equal(new FormatString(1, undefined, 'bar', 'foo').resolve('baz'), 'bar');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
test('[BUG] HTML attribute suggestions: Snippet session does not have end-position set, #33147', function () {
|
||||
|
||||
const { placeholders } = new SnippetParser().parse('src="$1"', true);
|
||||
|
||||
Reference in New Issue
Block a user