From 88cbff1e22d73db9e656eca730b9e39e4495a150 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Wed, 16 Nov 2016 23:26:46 -0500 Subject: [PATCH] mapvar cleanup & bugfix --- c/reg_test/expected/out | 2 ++ 1 file changed, 2 insertions(+) diff --git a/c/reg_test/expected/out b/c/reg_test/expected/out index 7f808abad..16810de2a 100644 --- a/c/reg_test/expected/out +++ b/c/reg_test/expected/out @@ -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,