MiSawa / xq

Pure rust implementation of jq
MIT License
333 stars 18 forks source link

Fix indices/1 filter against null #70

Closed itchyny closed 2 years ago

itchyny commented 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).

MiSawa commented 2 years ago

Thank you!