mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-04 00:14:55 +08:00
Can now retrieve the alias names of merge anchors #1942
This commit is contained in:
@@ -12,6 +12,7 @@ func TestDeepMatch(t *testing.T) {
|
||||
ok bool
|
||||
}{
|
||||
{"", "", true},
|
||||
{"<<", "<<", true},
|
||||
{"", "x", false},
|
||||
{"x", "", false},
|
||||
{"abc", "abc", true},
|
||||
|
||||
Reference in New Issue
Block a user