We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664d122 commit e7b09f5Copy full SHA for e7b09f5
src/tools/tidy/src/ui_tests.rs
@@ -43,6 +43,9 @@ const EXTENSION_EXCEPTION_PATHS: &[&str] = &[
43
"tests/ui/shell-argfiles/shell-argfiles-badquotes.args", // passing args via a file
44
"tests/ui/shell-argfiles/shell-argfiles-via-argfile-shell.args", // passing args via a file
45
"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
49
];
50
51
fn check_entries(tests_path: &Path, bad: &mut bool) {
0 commit comments