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

feat: Added a not eq operator to predicates #3280

Conversation

sandeshbhusal
Copy link
Contributor

@sandeshbhusal sandeshbhusal commented Oct 4, 2024

"$.data[?(@.id != 2.2)].id"
"$.data[?(@.title != "check")].id"

Also, while running the integration tests, I ran into a couple of issues (from https://github.com/Orange-OpenSource/hurl/blob/master/CONTRIBUTING.md):

$ cd integration
$ python3 server.py >server.log 2>&1 &

There is no server.py file in integration/. It's instead inside integration/hurl.

$ python3 ssl/server.py >server-ssl.log 2>&1 &

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! :)

@sandeshbhusal sandeshbhusal force-pushed the 3261-noteq_predicate_operator branch from b72c38a to e50f74c Compare October 4, 2024 03:25
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.

1 participant