mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:25:58 +02:00
Rust 1.85, edition=2024 (#15741)
This commit is contained in:
@ -218,9 +218,11 @@ fn def_wrapped_from_module() {
|
||||
spam my-echo foo -b -as -9 --abc -- -Dxmy=AKOO - bar
|
||||
"#);
|
||||
|
||||
assert!(actual
|
||||
.out
|
||||
.contains("foo -b -as -9 --abc -- -Dxmy=AKOO - bar"));
|
||||
assert!(
|
||||
actual
|
||||
.out
|
||||
.contains("foo -b -as -9 --abc -- -Dxmy=AKOO - bar")
|
||||
);
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user