MiSawa / xq

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

Fix update-assignment operator on overlapping paths (fix #156) #158

Closed itchyny closed 1 year ago

itchyny commented 1 year ago

This PR fixes the update-assignment operator |= to be more compatible with jq, fixing #156.

MiSawa commented 1 year ago

Thank you for fixing a complicated bug!!