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,