diff options
Diffstat (limited to 'tests/internals/yaml/secondprepend.yaml')
-rw-r--r-- | tests/internals/yaml/secondprepend.yaml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/internals/yaml/secondprepend.yaml b/tests/internals/yaml/secondprepend.yaml new file mode 100644 index 000000000..5be8b9e72 --- /dev/null +++ b/tests/internals/yaml/secondprepend.yaml @@ -0,0 +1,7 @@ +# Composited on top of listprepend.yaml, prepending to its children list +children: + (<): + - name: secondprepend1 + mood: secondprepend1 + - name: secondprepend2 + mood: secondprepend2 |