databricks-cli/libs/dyn/yamlloader/testdata/anchor_01.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
161 B
YAML
Raw Permalink Normal View History

2023-10-20 12:56:59 +00:00
# 1. Basic Anchor and Alias
defaults: &DEFAULTS
color: red
size: large
shirt1:
<<: *DEFAULTS
pattern: striped
shirt2:
<<: *DEFAULTS
pattern: plain