Fix two new Windows regtest cases

This commit is contained in:
John Kerl 2021-05-10 08:14:16 -04:00
parent 79d0444679
commit 6c478b270a
5 changed files with 10 additions and 3 deletions

3
.gitignore vendored
View file

@ -1,5 +1,6 @@
autom4te.cache
mlr
c/mlr
go/mlr
mlrd
mlrg
mlrp

View file

@ -1 +1 @@
mlr --from regtest/input/abixy-het put -q 'dump {"a"."b":$a.$b}'
mlr --from regtest/input/abixy-het put -q -f ${CASEDIR}/mlr

View file

@ -0,0 +1 @@
dump {"a"."b":$a.$b}

View file

@ -1 +1 @@
mlr --from regtest/input/abixy-het put -q 'func f(a, b) { return {"a"."b":a.b} } dump f($a, $b)'
mlr --from regtest/input/abixy-het put -q -f ${CASEDIR}/mlr

View file

@ -0,0 +1,5 @@
func f(a, b) {
return {"a"."b":a.b}
}
dump f($a, $b)