mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 14:40:06 +02:00
Streaming support for lines with raw streams (#4832)
This commit is contained in:
@ -195,8 +195,6 @@ mod stdin_evaluation {
|
||||
assert_eq!(actual.err, "");
|
||||
}
|
||||
|
||||
// FIXME: JT: `lines` doesn't currently support this kind of streaming
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn does_not_block_indefinitely() {
|
||||
let stdout = nu!(
|
||||
|
Reference in New Issue
Block a user