chore: add '?' pattern to test cases of copy_to_directory (#199)

This commit is contained in:
Greg Magolan 2022-07-28 12:59:30 -07:00 committed by GitHub
parent 85e8b7e555
commit e4399557d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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?/**",
],
)