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

6 lines
89 B
YAML
Raw Normal View History

2023-10-20 12:56:59 +00:00
# 6. String Anchors
commonMessage: &msg "Hello, World!"
greeting1: *msg
greeting2: *msg