提交 afbdedb4 作者: Stephan Seidt 提交者: rht

config set: test setting with null & not-defined parent

This adds a failing for the case described in #1561

License: MIT
Signed-off-by: 's avatarStephan Seidt <evilhackerdude@gmail.com>
上级 978c9fa1
......@@ -57,6 +57,9 @@ test_config_cmd() {
test_config_cmd_set "--json" "beep3" "true"
test_config_cmd_set "--json" "beep3" "false"
test_config_cmd_set "--json" "Discovery" "$CONFIG_SET_JSON_TEST"
test_config_cmd_set "--json" "deep-not-defined.prop" "true"
test_config_cmd_set "--json" "deep-null" "null"
test_config_cmd_set "--json" "deep-null.prop" "true"
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论