opnsense-src/contrib/libucl/tests/basic/18.res

25 lines
363 B
Text
Raw Normal View History

defaults {
2016-04-17 17:25:53 -04:00
key = "val1";
foo = "bar1";
many = "values here";
}
mything {
key = "newval";
key = "newval1";
foo = "bar";
many = "values here";
}
mything {
key = "newval";
foo = "bar";
many = "values here";
}
2016-04-17 17:25:53 -04:00
mything1 {
key2 = "wtf??";
key = "val1";
foo = "bar1";
many = "values here";
key1 = "newval";
}