Skip to content

Commit 31f0f29

Browse files
authored
Merge pull request #19 from jesopo/master
add mask-match.yaml tests for "?" (0x3F) wildcard
2 parents 1eea408 + 64b74da commit 31f0f29

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

tests/mask-match.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,20 @@ tests:
4646
4747
4848

49+
- mask: "cool!?username@*"
50+
matches:
51+
52+
53+
fails:
54+
55+
56+
- mask: "cool!a?*@*"
57+
matches:
58+
59+
60+
fails:
61+
62+
4963
# Cause failures in fnmatch/glob based matchers
5064
- mask: "cool[guy]!*@*"
5165
matches:

0 commit comments

Comments
 (0)