Closed itchyny closed 2 years ago
Better or worse, jq evaluates null | indices(whatever) to null. About test renaming, I didn't aware of the difference between from_manual and hand_written. Fixed the tests for indices/1 to appropriate position (related to #36).
null | indices(whatever)
null
from_manual
hand_written
indices/1
Thank you!
Better or worse, jq evaluates
null | indices(whatever)
tonull
. About test renaming, I didn't aware of the difference betweenfrom_manual
andhand_written
. Fixed the tests forindices/1
to appropriate position (related to #36).