chore: add '?' pattern to test cases of copy_to_directory (#199)
This commit is contained in:
parent
85e8b7e555
commit
e4399557d7
|
@ -307,7 +307,7 @@ copy_to_directory(
|
|||
include_srcs_patterns = [
|
||||
"a",
|
||||
"b",
|
||||
"e/e*",
|
||||
"?/e*",
|
||||
"f/f2/f2",
|
||||
],
|
||||
)
|
||||
|
@ -328,8 +328,8 @@ copy_to_directory(
|
|||
include_srcs_patterns = [
|
||||
"a",
|
||||
"b",
|
||||
"e/e*",
|
||||
"f/f2/**",
|
||||
"?/e*",
|
||||
"f/f?/**",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue