temporary commit
This commit is contained in:
23
wcfg/src/test/resources/test.wcfg
Normal file
23
wcfg/src/test/resources/test.wcfg
Normal file
@@ -0,0 +1,23 @@
|
||||
default := {
|
||||
"foo" : 2,
|
||||
"bar" : true
|
||||
};
|
||||
|
||||
overridden := default << {
|
||||
"foo" : 0,
|
||||
"enabled" : false,
|
||||
"window" : null
|
||||
};
|
||||
|
||||
window := {
|
||||
"width" : 640,
|
||||
"height" : 480
|
||||
};
|
||||
|
||||
foobar := {
|
||||
"child" : overridden << {
|
||||
"window" : window
|
||||
} << {
|
||||
"enabled" : true
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user