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

7 lines
96 B
YAML

# Use string anchor to extend a mapping.
str: &str "Hello world!"
map:
<<: *str
key: value