unit-test cases

This commit is contained in:
John Kerl 2023-06-05 23:30:33 -04:00
parent 0217dba5ab
commit 10e7905e68
12 changed files with 7 additions and 0 deletions

View file

@ -0,0 +1 @@
mlr --from test/input/s.dkvp --ofs , --ops = grep b=pan

View file

View file

@ -0,0 +1,2 @@
a=pan,b=pan,i=1,x=0.34679014,y=0.72680286
a=eks,b=pan,i=2,x=0.75867996,y=0.52215111

View file

@ -0,0 +1 @@
mlr --from test/input/s.dkvp --ofs , --ops = grep pan,b

View file

View file

@ -0,0 +1 @@
a=pan,b=pan,i=1,x=0.34679014,y=0.72680286

View file

@ -0,0 +1 @@
mlr --from test/input/s.dkvp --ofs semicolon --ops colon grep b=pan

View file

View file

View file

@ -0,0 +1 @@
mlr --from test/input/s.dkvp --ofs semicolon --ops colon grep pan,b

View file

View file