mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 02:55:07 +02:00
@ -87,7 +87,7 @@ fn lists_all_files_in_directories_from_stream() {
|
||||
cwd: dirs.test(), pipeline(
|
||||
r#"
|
||||
echo dir_a dir_b
|
||||
| each { ls $it }
|
||||
| each { |it| ls $it }
|
||||
| flatten | length
|
||||
"#
|
||||
));
|
||||
|
Reference in New Issue
Block a user