mirror of
https://github.com/johnkerl/miller.git
synced 2026-08-03 04:52:24 +00:00
test iteration
This commit is contained in:
parent
4fb1fde18d
commit
72c8fa819f
107 changed files with 108 additions and 85 deletions
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract($x, "[A-Z]*")' regtest/input/sub.dat
|
||||
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract($x, "[a-z]*")' regtest/input/sub.dat
|
||||
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract($x, "[0-9]*")' regtest/input/sub.dat
|
||||
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract($x, "[ef]*")' regtest/input/sub.dat
|
||||
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract($x, "[hi]*")' regtest/input/sub.dat
|
||||
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract($x, "[op]*")' regtest/input/sub.dat
|
||||
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract_or_else($x, "[A-Z]*", "DEFAULT")' regtest/input/sub.dat
|
||||
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract_or_else($x, "[a-z]*", "DEFAULT")' regtest/input/sub.dat
|
||||
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract_or_else($x, "[0-9]*", "DEFAULT")' regtest/input/sub.dat
|
||||
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract_or_else($x, "[ef]*", "DEFAULT")' regtest/input/sub.dat
|
||||
|
|
@ -1 +0,0 @@
|
|||
mlr --oxtab put '$y = regextract_or_else($x, "[hi]*", "DEFAULT")' regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0052/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0052/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0052/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0052/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract($x, "[A-Z]*")
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0054/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0054/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0054/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0054/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract($x, "[a-z]*")
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0056/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0056/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0056/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0056/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract($x, "[0-9]*")
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0058/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0058/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0058/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0058/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract($x, "[ef]*")
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0060/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0060/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0060/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0060/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract($x, "[hi]*")
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0062/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0062/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0062/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0062/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract($x, "[op]*")
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0064/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0064/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0064/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0064/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract_or_else($x, "[A-Z]*", "DEFAULT")
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0066/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0066/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0066/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0066/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract_or_else($x, "[a-z]*", "DEFAULT")
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0068/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0068/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0068/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0068/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract_or_else($x, "[0-9]*", "DEFAULT")
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0070/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0070/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0070/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0070/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract_or_else($x, "[ef]*", "DEFAULT")
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0072/cmd
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0072/cmd
Normal file
|
|
@ -0,0 +1 @@
|
|||
mlr --oxtab put -f ${CASEDIR}/mlr regtest/input/sub.dat
|
||||
1
go/regtest/cases/dsl-filter-pattern-action/0072/mlr
Normal file
1
go/regtest/cases/dsl-filter-pattern-action/0072/mlr
Normal file
|
|
@ -0,0 +1 @@
|
|||
$y = regextract_or_else($x, "[hi]*", "DEFAULT")
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue