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

7 lines
114 B
YAML
Raw Normal View History

2023-10-20 12:56:59 +00:00
# Use string anchor inside sequence to extend a mapping.
str: &str "Hello world!"
map:
<<: [*str]
key: value