mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 10:18:34 +02:00
Remove the line primitive (#2887)
This commit is contained in:
@ -31,7 +31,7 @@ fn lines_proper_buffering() {
|
||||
"#
|
||||
));
|
||||
|
||||
assert_eq!(actual.out, "[8194,4]");
|
||||
assert_eq!(actual.out, "[8193,3]");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user