Lines Matching full:yaml
3 # Right (included last) YAML file for testing diamond inheritance.
5 # Amends base.yaml.
22 description: Description of 'thing.yaml'.
25 - name: base.yaml
35 # Diamond inheritance in diamond.yaml: should overwrite
36 # the amended description from base_amend.yaml.
37 description: Overwritten in thing.yaml.
40 # This is the definition inherited from base.yaml.
42 # Diamond inheritance in diamond.yaml: should be ORed
43 # with the definition inherited via base_amend.yaml.
54 description: Overwritten in thing.yaml (child).
66 description: Overwritten in thing.yaml (grandchild).