Skip to content

Commit 2f24f17

Browse files
committed
allow the test bat files in tidy
1 parent 10e7bfb commit 2f24f17

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
@@ -49,6 +49,9 @@ const EXTENSION_EXCEPTION_PATHS: &[&str] = &[
4949
"tests/ui/shell-argfiles/shell-argfiles-badquotes.args", // passing args via a file
5050
"tests/ui/shell-argfiles/shell-argfiles-via-argfile-shell.args", // passing args via a file
5151
"tests/ui/shell-argfiles/shell-argfiles-via-argfile.args", // passing args via a file
52+
"tests/ui/std/windows-bat-args1.bat", // tests escaping arguments through batch files
53+
"tests/ui/std/windows-bat-args2.bat", // tests escaping arguments through batch files
54+
"tests/ui/std/windows-bat-args3.bat", // tests escaping arguments through batch files
5255
];
5356

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

0 commit comments

Comments
 (0)