]> andersk Git - libyaml.git/blame - examples/anchors.yaml
Update .gitignore with latest generated files
[libyaml.git] / examples / anchors.yaml
CommitLineData
1d24d4d2
AG
1base: &base
2 name: Everyone has same name
3
4foo: &foo
5 <<: *base
6 age: 10
7
8bar: &bar
9 <<: *base
10 age: 20
This page took 0.175157 seconds and 5 git commands to generate.