mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-22 18:06:52 +00:00
unit-test cases
This commit is contained in:
parent
0217dba5ab
commit
10e7905e68
12 changed files with 7 additions and 0 deletions
1
test/cases/verb-grep/0007/cmd
Normal file
1
test/cases/verb-grep/0007/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --from test/input/s.dkvp --ofs , --ops = grep b=pan
|
||||
0
test/cases/verb-grep/0007/experr
Normal file
0
test/cases/verb-grep/0007/experr
Normal file
2
test/cases/verb-grep/0007/expout
Normal file
2
test/cases/verb-grep/0007/expout
Normal 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
|
||||
1
test/cases/verb-grep/0008/cmd
Normal file
1
test/cases/verb-grep/0008/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --from test/input/s.dkvp --ofs , --ops = grep pan,b
|
||||
0
test/cases/verb-grep/0008/experr
Normal file
0
test/cases/verb-grep/0008/experr
Normal file
1
test/cases/verb-grep/0008/expout
Normal file
1
test/cases/verb-grep/0008/expout
Normal file
|
|
@ -0,0 +1 @@
|
|||
a=pan,b=pan,i=1,x=0.34679014,y=0.72680286
|
||||
1
test/cases/verb-grep/0009/cmd
Normal file
1
test/cases/verb-grep/0009/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --from test/input/s.dkvp --ofs semicolon --ops colon grep b=pan
|
||||
0
test/cases/verb-grep/0009/experr
Normal file
0
test/cases/verb-grep/0009/experr
Normal file
0
test/cases/verb-grep/0009/expout
Normal file
0
test/cases/verb-grep/0009/expout
Normal file
1
test/cases/verb-grep/0010/cmd
Normal file
1
test/cases/verb-grep/0010/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --from test/input/s.dkvp --ofs semicolon --ops colon grep pan,b
|
||||
0
test/cases/verb-grep/0010/experr
Normal file
0
test/cases/verb-grep/0010/experr
Normal file
0
test/cases/verb-grep/0010/expout
Normal file
0
test/cases/verb-grep/0010/expout
Normal file
Loading…
Add table
Add a link
Reference in a new issue