test cases

This commit is contained in:
John Kerl 2022-02-06 00:37:23 -05:00
parent e5637b7797
commit e9999dca13
4 changed files with 10 additions and 0 deletions

View file

@ -0,0 +1 @@
mlr --icsv --lazy-quotes --ojson cat $CASEDIR/input

View file

View file

@ -0,0 +1,7 @@
[
{
"a": "this",
"b": "is \"ok\" for us",
"c": "to do"
}
]

View file

@ -0,0 +1,2 @@
a,b,c
this,is "ok" for us,to do