mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
Revert "Hide 7925" (#8500)
Revert nushell/nushell#8359 Turn `[empty list]` on by default again
This commit is contained in:
@ -332,8 +332,8 @@ fn remove_ignores_ansi() {
|
||||
|
||||
let actual = nu!(
|
||||
cwd: sandbox.cwd(),
|
||||
"ls | find test | get name | rm $in.0; ls",
|
||||
"ls | find test | get name | rm $in.0; ls | is-empty",
|
||||
);
|
||||
assert!(actual.out.is_empty());
|
||||
assert_eq!(actual.out, "true");
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user