mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:55:07 +02:00
Rust 1.85, edition=2024 (#15741)
This commit is contained in:
@ -155,7 +155,9 @@ fn table() {
|
||||
"
|
||||
));
|
||||
|
||||
let expected = nu!("[[fruit day]; [apple monday] [apple friday] [Apple friday] [pear monday] [orange tuesday]]");
|
||||
let expected = nu!(
|
||||
"[[fruit day]; [apple monday] [apple friday] [Apple friday] [pear monday] [orange tuesday]]"
|
||||
);
|
||||
assert_eq!(actual.out, expected.out);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user