mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 22:41:52 +02:00
Revert "Add extern
for nu
command" (#16180)
Reverts nushell/nushell#16119
This commit is contained in:
@ -290,7 +290,7 @@ fn scope_externs_sorted() {
|
||||
];
|
||||
|
||||
let actual = nu!(&inp.join("; "));
|
||||
assert!(actual.out.starts_with("abc"));
|
||||
assert_eq!(actual.out, "abc");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user