mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 12:35:59 +02:00
Convert table of primitives to positional arguments for external cmd (#2232)
* Convert table of primitives to positional arguments for external cmd * Multiple file test, fix for cococo
This commit is contained in:
@ -27,7 +27,7 @@ fn shorthand_doesnt_reorder_arguments() {
|
||||
"FOO=BARRRR nu --testbin cococo first second"
|
||||
);
|
||||
|
||||
assert_eq!(actual.out, "firstsecond");
|
||||
assert_eq!(actual.out, "first second");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user