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

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

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