diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-27 21:19:11 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-27 21:19:11 +0000 |
| commit | 4e2fa78ea36ec2cf6583bc025b4127c5ea238fd2 (patch) | |
| tree | 776471e6ddbb557aac5a48779cb813f63c28b4d5 /tests/basic/18.in | |
| parent | 15b8b407ee0ee485e82a9de35932da2053f2c390 (diff) | |
Notes
Diffstat (limited to 'tests/basic/18.in')
| -rw-r--r-- | tests/basic/18.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/basic/18.in b/tests/basic/18.in new file mode 100644 index 000000000000..bd12c019859a --- /dev/null +++ b/tests/basic/18.in @@ -0,0 +1,10 @@ +defaults { + key = "val" + foo = "bar" + many = "values here" +} + +mything { + .inherit "defaults" + key = "newval" +} |
