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:
k-brk
2020-07-22 23:41:34 +02:00
committed by GitHub
parent 2a084fc838
commit 6b4634b293
4 changed files with 56 additions and 10 deletions

View File

@ -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]