Files
codeql/javascript/ql/test/library-tests/YAML/merge.yaml
2018-08-02 17:53:23 +01:00

3 lines
38 B
YAML

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