You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an array {"example":["a", "b", "c", "d"]}, removing the top item a results in a diff with three change lines and one delete for the last item, d. I would expect this to instead result in a single delete for a and no line changes.
The text was updated successfully, but these errors were encountered:
Given an array
{"example":["a", "b", "c", "d"]}
, removing the top itema
results in a diff with three change lines and one delete for the last item,d
. I would expect this to instead result in a single delete fora
and no line changes.The text was updated successfully, but these errors were encountered: