walker: test skipping for root node

This commit is contained in:
Michael Eischer 2024-01-19 21:14:31 +01:00
parent 0b39940fdb
commit fdcbb53017
1 changed files with 7 additions and 0 deletions

View File

@ -232,6 +232,13 @@ func TestWalker(t *testing.T) {
"/subdir",
},
),
checkSkipFor(
map[string]struct{}{
"/": {},
}, []string{
"/",
},
),
},
},
{