mirror of https://github.com/databricks/cli.git
7 lines
114 B
YAML
7 lines
114 B
YAML
|
# Use string anchor inside sequence to extend a mapping.
|
||
|
str: &str "Hello world!"
|
||
|
|
||
|
map:
|
||
|
<<: [*str]
|
||
|
key: value
|