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

6 lines
89 B
YAML

# 6. String Anchors
commonMessage: &msg "Hello, World!"
greeting1: *msg
greeting2: *msg