forked from extern/nushell
This reverts commit c023d4111a
.
This commit is contained in:
@ -1,13 +0,0 @@
|
||||
use nu_test_support::{nu, pipeline};
|
||||
|
||||
#[test]
|
||||
fn echo_range_is_lazy() {
|
||||
let actual = nu!(
|
||||
cwd: "tests/fixtures/formats", pipeline(
|
||||
r#"
|
||||
alias bar = source sample_def.nu; bar; greet
|
||||
"#
|
||||
));
|
||||
|
||||
assert_eq!(actual.out, "hello");
|
||||
}
|
@ -1,4 +1,3 @@
|
||||
mod alias;
|
||||
mod all;
|
||||
mod any;
|
||||
mod append;
|
||||
|
Reference in New Issue
Block a user