-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
This snippet works differently compared to go-jsonnet/c-jsonnet:
std.mergePatch({ val: error 'should not error' }, {}) + { val+:: {} }
➜ jsonnet -e "std.mergePatch({ val: error 'should not error' }, {}) + { val+:: {} }"
{ }
➜ jrsonnet -e "std.mergePatch({ val: error 'should not error' }, {}) + { val+:: {} }"
runtime error: should not error
<cmdline>:1:23-48: error statement
<cmdline>:1:1-55: function <builtin_merge_patch> call
He-Pin
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working