forked from extern/nushell
Another batch of command tests (#4496)
* Add a batch of command tests * More tests
This commit is contained in:
@ -17,7 +17,7 @@ fn regular_columns() {
|
||||
"#
|
||||
));
|
||||
|
||||
assert_eq!(actual.out, "rusty_at, last_name");
|
||||
assert_eq!(actual.out, "last_name, rusty_at");
|
||||
}
|
||||
|
||||
// FIXME: needs more work
|
||||
|
Reference in New Issue
Block a user