Files
codeql/python/ql/test/library-tests/Yaml/merge.yaml
2023-04-26 13:41:57 +02:00

3 lines
38 B
YAML

- &A { x: 23, y: 42 }
- x: 56
<<: *A