Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parsing the slice selector #431

Merged
merged 5 commits into from
Jan 15, 2024
Merged

Parsing the slice selector #431

merged 5 commits into from
Jan 15, 2024

Conversation

V0ldek
Copy link
Member

@V0ldek V0ldek commented Jan 15, 2024

Short description

Parser support for slice selectors. rq will give an "unsupported feature" error, but it will be correctly parsed by rsonpath-syntax.

Issue

Part of: #152 #116

Checklist

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

  • I ran just verify locally and it succeeded.
  • Issue was given go ahead and is linked above OR I have included justification for a minor change.
  • Unit tests for my changes are included OR no functionality was changed.

- Parser is now tests with the official
[JSONPath Compliance Test Suite](https://github.com/jsonpath-standard/jsonpath-compliance-test-suite)
- dot format was temporarily
broken by doubling double quotes in labels
- Characters U+001A through U+001F were
erroneously accepted unescaped.
This is now a hard error.
@V0ldek V0ldek force-pushed the v0ldek/separate-parser-crate branch from cc66ea0 to 969bbc7 Compare January 15, 2024 12:10
@V0ldek V0ldek merged commit 29d6095 into main Jan 15, 2024
9 checks passed
@V0ldek V0ldek deleted the v0ldek/separate-parser-crate branch January 15, 2024 12:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant