diff options
Diffstat (limited to 'tests/internals/yaml/implicitoverwrite.yaml')
-rw-r--r-- | tests/internals/yaml/implicitoverwrite.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/internals/yaml/implicitoverwrite.yaml b/tests/internals/yaml/implicitoverwrite.yaml new file mode 100644 index 000000000..957d2c084 --- /dev/null +++ b/tests/internals/yaml/implicitoverwrite.yaml @@ -0,0 +1,6 @@ +# Composited on top of basics.yaml, overwriting its children list +children: +- name: overwrite1 + mood: overwrite1 +- name: overwrite2 + mood: overwrite2 |