1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-07-31 12:00:34 +02:00

Merge pull request #3335 from divayprakash/fix-yaml

[yaml/en] Explain regexp, closes #2197
This commit is contained in:
Divay Prakash
2018-10-27 18:17:55 +05:30
committed by GitHub

View File

@@ -121,6 +121,10 @@ other_anchor: *anchor_name
base: &base
name: Everyone has same name
# The regexp << is called Merge Key Language-Independent Type. It is is used to
# indicate that all the keys of one or more specified maps should be inserted
# into the current map.
foo: &foo
<<: *base
age: 10