mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-22 07:30:43 +00:00
mapvar cleanup & bugfix
This commit is contained in:
parent
bfe68b3c0d
commit
88cbff1e22
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue