Skip to content

Commit

Permalink
off
Browse files Browse the repository at this point in the history
  • Loading branch information
gobwas committed Jan 12, 2016
1 parent ce3a691 commit ed79d1d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions glob_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,14 @@ func TestCompilePattern(t *testing.T) {
sep string
exp match.Matcher
}{
{
pattern: "left*??B*abcd*[!b]??*abc*right",
exp: match.Raw{"t"},
},
{
pattern: "abc*??def",
exp: match.Raw{"t"},
},
// {
// pattern: "left*??B*abcd*[!b]??*abc*right",
// exp: match.Raw{"t"},
// },
// {
// pattern: "abc*??def",
// exp: match.Raw{"t"},
// },
} {
glob, err := Compile(test.pattern, test.sep)
if err != nil {
Expand Down

0 comments on commit ed79d1d

Please sign in to comment.