-
Notifications
You must be signed in to change notification settings - Fork 528
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
Jsonpath / Add non-equal filter on string and number value #3281
Jsonpath / Add non-equal filter on string and number value #3281
Conversation
Hi @sandeshbhusal, Thks for reporting |
e50f74c
to
13cf67e
Compare
I apologize for the signing issue - figuring out this gpg business for the first time :) |
you need to run |
Ah! Gotcha. I just ran cargo fmt+clippy and pushed out a commit :) |
Hi @sandeshbhusal, As mentioned in #3261, from our side, we will still have to align our full implem to the grammar defined in the new spec.
|
/accept |
🕗 /accept is running, please wait for completion. |
🕗 /accept is still running, please wait for completion. |
fe0daa5
to
395c2bc
Compare
Fixes #3261. Added tests. These things should work:
Also, while running the integration tests, I ran into a couple of issues (from https://github.com/Orange-OpenSource/hurl/blob/master/CONTRIBUTING.md):
There is no
server.py
file inintegration/
. It's instead insideintegration/hurl
.There is also no
ssl/
folder in this repo.I think these could be a separate doc PR.
Looking forward to reviews on this PR! :) (deleted the old PR because the commit was not signed.)