mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Explain regexp, closes #2197
This commit is contained in:
parent
2c0e409929
commit
62e9ea6b71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user