Skip to content

Commit e7b09f5

Browse files
committed
allow the test bat files in tidy
1 parent 664d122 commit e7b09f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tools/tidy/src/ui_tests.rs

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ const EXTENSION_EXCEPTION_PATHS: &[&str] = &[
4343
"tests/ui/shell-argfiles/shell-argfiles-badquotes.args", // passing args via a file
4444
"tests/ui/shell-argfiles/shell-argfiles-via-argfile-shell.args", // passing args via a file
4545
"tests/ui/shell-argfiles/shell-argfiles-via-argfile.args", // passing args via a file
46+
"tests/ui/std/windows-bat-args1.bat", // tests escaping arguments through batch files
47+
"tests/ui/std/windows-bat-args2.bat", // tests escaping arguments through batch files
48+
"tests/ui/std/windows-bat-args3.bat", // tests escaping arguments through batch files
4649
];
4750

4851
fn check_entries(tests_path: &Path, bad: &mut bool) {

0 commit comments

Comments
 (0)