Skip to content

Match fails for wildcard in folder name #4

@AriehSchneier

Description

@AriehSchneier

Here is a failing test which should pass:

func TestMatchWildcardInTheMiddle(t *testing.T) {
	m := setupMatcher(t, "v*o\n")

	if !m.Match("value/vulkano/tail") {
		t.Error("expected value/vulkano/tail to match")
	}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions