vmware-labs / yaml-jsonpath

JSONPath implementation for the gopkg.in/yaml.v3 node API
Other
49 stars 12 forks source link

Improve negative slice handling #29

Closed glyn closed 4 years ago

glyn commented 4 years ago

This implementation deviates from the comparison consensus for [-4:-5] and [-4:1]. See https://github.com/cburgmer/json-path-comparison/blob/master/bug_reports/Golang_github.com-vmware-labs-yaml-jsonpath.md.

glyn commented 4 years ago

See https://github.com/cburgmer/json-path-comparison/issues/55.

glyn commented 4 years ago

See also https://github.com/cburgmer/json-path-comparison/issues/57.