fix formatting

This commit is contained in:
Johannes Rieken
2017-09-07 17:12:32 +02:00
parent c4c8b49fee
commit fd8eb3bd8a
@@ -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);