We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[..]
1 parent eef057e commit e5e9f2fCopy full SHA for e5e9f2f
tests/testsuite/help.rs
@@ -140,7 +140,11 @@ fn help_alias() {
140
// The `empty-alias` returns an error.
141
cargo_process("help empty-alias")
142
.env("PATH", Path::new(""))
143
- .with_stderr_data("[..] The subcommand 'empty-alias' wasn't recognized [..]")
+ .with_stderr_data("The subcommand 'empty-alias' wasn't recognized
144
+
145
+FIXME: #14076 This assertion isn't working, as this line should have caused a test failure but didn't.
146
+ ",
147
+ )
148
.run_expect_error();
149
150
// Because `simple-alias` aliases a subcommand with no arguments, help shows the manpage.
0 commit comments