We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02b4019 commit 1505b7eCopy full SHA for 1505b7e
1 file changed
test/test_unit_parse_encrypt.py
@@ -97,6 +97,7 @@ def create_test_encrypt_data(paths):
97
98
# wildcards
99
edata += "wild*\n"
100
+ edata += "*card1\n" # matches same file as the one above
101
paths.work.join("wildcard1").write("", ensure=True)
102
paths.work.join("wildcard2").write("", ensure=True)
103
expected.add("wildcard1")
0 commit comments