mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:25:55 +02:00
Rust 1.85, edition=2024 (#15741)
This commit is contained in:
@ -50,7 +50,9 @@ fn list_stream() {
|
||||
|
||||
#[test]
|
||||
fn table_stream() {
|
||||
let actual = nu!("([[foo bar]; [0 1] [2 3] [4 5]] | every 1 | window 2) == ([[foo bar]; [0 1] [2 3] [4 5]] | window 2)");
|
||||
let actual = nu!(
|
||||
"([[foo bar]; [0 1] [2 3] [4 5]] | every 1 | window 2) == ([[foo bar]; [0 1] [2 3] [4 5]] | window 2)"
|
||||
);
|
||||
assert_eq!(actual.out, "true");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user