mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 04:18:31 +02:00
Columnpath support when passing fields for formatting. (#1472)
This commit is contained in:
committed by
GitHub
parent
54bf671a50
commit
db16b56fe1
@ -42,6 +42,6 @@ fn writes_out_csv() {
|
||||
);
|
||||
|
||||
let actual = file_contents(expected_file);
|
||||
assert!(actual.contains("[Table],A shell for the GitHub era,2018,ISC,nu,0.1.1"));
|
||||
assert!(actual.contains("[Table],a new type of shell,2018,ISC,nu,0.1.1"));
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user