mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 20:26:08 +00:00
more test to cement current behaviour, #1396
This commit is contained in:
@@ -23,6 +23,9 @@
|
||||
"farboo.nested.config2": {
|
||||
"type": "string",
|
||||
"default": "Das Pferd frisst kein Reis."
|
||||
},
|
||||
"farboo.config4": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,6 +20,8 @@ suite('workspace-namespace', () => {
|
||||
|
||||
assert.ok(config.has('config0'));
|
||||
assert.equal(config.get('config0'), true);
|
||||
assert.equal(config.get('config4'), '');
|
||||
|
||||
assert.ok(config.has('nested.config1'));
|
||||
assert.equal(config.get('nested.config1'), 42);
|
||||
assert.ok(config.has('nested.config2'));
|
||||
|
||||
Reference in New Issue
Block a user