mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
unit-test case
This commit is contained in:
parent
b27dcddfe3
commit
2090d0ff5a
4 changed files with 9 additions and 0 deletions
1
test/cases/io-multi/0062/cmd
Normal file
1
test/cases/io-multi/0062/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --csv --quote-all cat test/input/quote-all.csv
|
||||
0
test/cases/io-multi/0062/experr
Normal file
0
test/cases/io-multi/0062/experr
Normal file
4
test/cases/io-multi/0062/expout
Normal file
4
test/cases/io-multi/0062/expout
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
"a","b","c"
|
||||
"1","2","3"
|
||||
"4","5","6"
|
||||
"7 ""8"" 9","","11"
|
||||
4
test/input/quote-all.csv
Normal file
4
test/input/quote-all.csv
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
a,b,c
|
||||
1,2,3
|
||||
4,"5",6
|
||||
"7 ""8"" 9",,11
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue