vmware-labs / yaml-jsonpath

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

Incorrect error message "missing end of filter" on certain invalid filters #13

Closed glyn closed 4 years ago

glyn commented 4 years ago

Should not say "missing end of filter".

See:

glyn commented 4 years ago

After recent updates, this no longer reproduces on any of the above examples.

glyn commented 4 years ago

Still seems to be a problem. e.g. with $[?()]. Re-opening.