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