prettier/tests/yaml_spec/nested-flow-collections.yml

9 lines
44 B
YAML

---
{
a: [
b, c, {
d: [e, f]
}
]
}