Closed itchyny closed 2 years ago
Deletion of paths with negative index out of range should not raise error.
❯ jq -n '[1,2,3] | del(.[-10])' [ 1, 2, 3 ] ❯ xq -n '[1,2,3] | del(.[-10])' Error: InvalidIndex(-10)
Deletion of paths with negative index out of range should not raise error.