MiSawa / xq

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

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

Closed itchyny closed 2 years ago

itchyny commented 2 years ago

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

MiSawa commented 2 years ago

Thank you for fixing a complicated bug!!