Skip to content

Commit

Permalink
Add test for empty path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Crell committed Aug 13, 2024
1 parent 6712c9c commit e8b5fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/GlobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -790,6 +790,7 @@ public function provideBasePaths()
array('/foo/baz\\*/bar', '/foo/baz*'),
array('/foo/baz\\\\*/bar', '/foo'),
array('/foo/baz\\\\\\*/bar', '/foo/baz\\*'),
array('', ''),
);
}

Expand Down

0 comments on commit e8b5fad

Please sign in to comment.