summaryrefslogtreecommitdiffstats
path: root/tests/basic/18.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/basic/18.in')
-rw-r--r--tests/basic/18.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/basic/18.in b/tests/basic/18.in
new file mode 100644
index 0000000..bd12c01
--- /dev/null
+++ b/tests/basic/18.in
@@ -0,0 +1,10 @@
+defaults {
+ key = "val"
+ foo = "bar"
+ many = "values here"
+}
+
+mything {
+ .inherit "defaults"
+ key = "newval"
+}
OpenPOWER on IntegriCloud