Skip to content

{a,}{a,}a doesn't match a #62

Description

@sugar700

The following program prints false:

package main

import (
	"fmt"
	"github.com/gobwas/glob"
)

func main() {
	g, err := glob.Compile("{a,}{a,}a")
	if err != nil {
		panic(err)
	}
	fmt.Println(g.Match("a"))
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions