to-[csv/tsv] fixes.

This commit is contained in:
Andrés N. Robalino
2019-09-10 07:00:25 -05:00
parent 2dcbf78385
commit ba8383ae2f
4 changed files with 17 additions and 5 deletions

View File

@ -63,7 +63,7 @@ fn save_can_write_out_csv() {
);
let actual = h::file_contents(expected_file);
assert!(actual.contains("[list list],A shell for the GitHub era,2018,ISC,nu,0.2.0"));
assert!(actual.contains("[Table],A shell for the GitHub era,2018,ISC,nu,0.2.0"));
})
}