This commit is contained in:
Matt Bierner 2022-02-24 14:33:55 -08:00
parent ee9c87ccca
commit 6d64839d01
No known key found for this signature in database
GPG key ID: 099C331567E11888

View file

@ -149,6 +149,6 @@ suite('Markdown path completion provider', () => {
`[](./sub/${CURSOR})`
));
assert.ok(completions.some(x => x.label === 'file%20with%20space.md'), 'Has encoded path completion');
assert.ok(completions.some(x => x.insertText === 'file%20with%20space.md'), 'Has encoded path completion');
});
});