mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
@@ -98,7 +98,7 @@ suite.skip('TypeScript Completions', () => {
|
||||
});
|
||||
});
|
||||
|
||||
test('Should insert backets when completing dot properties with spaces in name', async () => {
|
||||
test('Should insert brackets when completing dot properties with spaces in name', async () => {
|
||||
await enumerateConfig(testDocumentUri, Config.insertMode, insertModes, async config => {
|
||||
const editor = await createTestEditor(testDocumentUri,
|
||||
'const x = { "hello world": 1 };',
|
||||
|
||||
Reference in New Issue
Block a user