aboutsummaryrefslogtreecommitdiff
path: root/contrib/libucl/tests/basic/18.res
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/libucl/tests/basic/18.res')
-rw-r--r--contrib/libucl/tests/basic/18.res15
1 files changed, 14 insertions, 1 deletions
diff --git a/contrib/libucl/tests/basic/18.res b/contrib/libucl/tests/basic/18.res
index a6272d508ac5..92bf0f8e8840 100644
--- a/contrib/libucl/tests/basic/18.res
+++ b/contrib/libucl/tests/basic/18.res
@@ -1,5 +1,11 @@
defaults {
- key = "val";
+ key = "val1";
+ foo = "bar1";
+ many = "values here";
+}
+mything {
+ key = "newval";
+ key = "newval1";
foo = "bar";
many = "values here";
}
@@ -8,4 +14,11 @@ mything {
foo = "bar";
many = "values here";
}
+mything1 {
+ key2 = "wtf??";
+ key = "val1";
+ foo = "bar1";
+ many = "values here";
+ key1 = "newval";
+}