diff options
Diffstat (limited to 'tests/basic/18.in')
-rw-r--r-- | tests/basic/18.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/basic/18.in b/tests/basic/18.in index bd12c019859a3..9b5655afc25a8 100644 --- a/tests/basic/18.in +++ b/tests/basic/18.in @@ -7,4 +7,25 @@ defaults { mything { .inherit "defaults" key = "newval" + key = "newval1" +} +mything { + .inherit "mything" + key = "newval" +} +.priority 3 + +defaults { + key = "val1" + foo = "bar1" + many = "values here" +} +mything1 { + key2 = "wtf??" + .priority 1 + .inherit "defaults" + .inherit "mything" + .inherit "mything1" + key1 = "newval" + key2 = "OMG" # low priority } |