mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 01:54:57 +02:00
Rust 1.85, edition=2024 (#15741)
This commit is contained in:
@ -664,9 +664,11 @@ fn list_ignores_ansi() {
|
||||
fn list_unknown_flag() {
|
||||
let actual = nu!("ls -r");
|
||||
|
||||
assert!(actual
|
||||
.err
|
||||
.contains("Available flags: --help(-h), --all(-a),"));
|
||||
assert!(
|
||||
actual
|
||||
.err
|
||||
.contains("Available flags: --help(-h), --all(-a),")
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user