mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 10:15:36 +00:00
test cases
This commit is contained in:
parent
e5637b7797
commit
e9999dca13
4 changed files with 10 additions and 0 deletions
1
test/cases/io-rfc-csv/0018/cmd
Normal file
1
test/cases/io-rfc-csv/0018/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --icsv --lazy-quotes --ojson cat $CASEDIR/input
|
||||
0
test/cases/io-rfc-csv/0018/experr
Normal file
0
test/cases/io-rfc-csv/0018/experr
Normal file
7
test/cases/io-rfc-csv/0018/expout
Normal file
7
test/cases/io-rfc-csv/0018/expout
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
[
|
||||
{
|
||||
"a": "this",
|
||||
"b": "is \"ok\" for us",
|
||||
"c": "to do"
|
||||
}
|
||||
]
|
||||
2
test/cases/io-rfc-csv/0018/input
Normal file
2
test/cases/io-rfc-csv/0018/input
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
a,b,c
|
||||
this,is "ok" for us,to do
|
||||
Loading…
Add table
Add a link
Reference in a new issue