Skip to content

Commit 1a3ef40

Browse files
author
Wayne Davison
committed
A few extra directory-style matching tests.
1 parent 0314302 commit 1a3ef40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

wildtest.txt

+4
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@
5050
0 1 bar/baz/foo */foo
5151
0 0 foo/bar/baz **/bar*
5252
1 1 deep/foo/bar/baz **/bar/*
53+
0 1 deep/foo/bar/baz/ **/bar/*
54+
1 1 deep/foo/bar/baz/ **/bar/**
55+
0 1 deep/foo/bar **/bar/*
56+
1 1 deep/foo/bar/ **/bar/**
5357
1 1 foo/bar/baz **/bar**
5458
1 1 foo/bar/baz/x */bar/**
5559
0 0 deep/foo/bar/baz/x */bar/**

0 commit comments

Comments
 (0)