aboutsummaryrefslogtreecommitdiff
path: root/tests/testdata/override_setting.cfg
blob: c537c923848091b0363a661fac9771ca66ec5525 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
group:
{
  @include "more.cfg"
  message = "overridden";
  array = (1,2);
  array = (3);
  inner = {
    name = "value";
    none = "none";
  };
  inner = {
    name = "other-value";
    name = "overridden";
    other = "other";
  };
};
int = 1;
int = 2;
string = "value";
string = "overridden";