提交 d681654a 编写于 作者: J Johannes Rieken

more test to cement current behaviour, #1396

上级 d4a05033
......@@ -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'));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册