Can now retrieve the alias names of merge anchors #1942

This commit is contained in:
Mike Farah
2024-02-09 17:24:59 +11:00
parent b55f52f377
commit 8cde0c837c
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -12,6 +12,7 @@ func TestDeepMatch(t *testing.T) {
ok bool
}{
{"", "", true},
{"<<", "<<", true},
{"", "x", false},
{"x", "", false},
{"abc", "abc", true},