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

7 lines
96 B
YAML
Raw Normal View History

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