rsonquery / rsonpath

Blazing fast JSONPath query engine written in Rust.
https://rsonquery.github.io/rsonpath/
MIT License
45 stars 7 forks source link

fix: child slice selectors only selecting first matching index #499

Closed V0ldek closed 4 months ago

V0ldek commented 4 months ago

Short description

Fixed a bug where the compiler would erronously mark states with a single slice transition as unitary, even though such transitions could match more than one index.

Checklist

All of these should be ticked off before you submit the PR.