mapvar cleanup & bugfix

This commit is contained in:
John Kerl 2016-11-16 23:26:46 -05:00
parent bfe68b3c0d
commit 88cbff1e22

View file

@ -46014,6 +46014,7 @@ mlr --from ./reg_test/input/xyz2 put -q var o = {"a":1, "b": {"x":8,"y":9}, "c":
mlr --from ./reg_test/input/xyz2 put -q var o = @o; dump o
mlr --from ./reg_test/input/xyz2 put -q var o = {"a":1, "b": {"x":8,"y":9}, "c":3}; o = o; dump o
{
"a": 1,
@ -46070,6 +46071,7 @@ mlr --from ./reg_test/input/xyz2 put -q o = {"a":1, "b": {"x":8,"y":9}, "c":3};
mlr --from ./reg_test/input/xyz2 put -q o = @o; dump o
mlr --from ./reg_test/input/xyz2 put -q o = {"a":1, "b": {"x":8,"y":9}, "c":3}; o = o; dump o
{
"a": 1,