Using !=
in jsonpath boolean expression leads to syntax error.
#3218
Labels
Milestone
!=
in jsonpath boolean expression leads to syntax error.
#3218
What is the current bug behavior?
Using
!=
in jsonpath boolean expression leads to syntax error.Steps to reproduce
Run hurl with the following file:
What is the expected correct behavior?
a != b
is sexpected to work and generate 'true' when the a != bExecution context
$ hurl -V
hurl 5.0.1 (x86_64-apple-darwin23.0) libcurl/8.7.1 (SecureTransport) LibreSSL/3.3.6 zlib/1.2.12 nghttp2/1.61.0
Features (libcurl): alt-svc AsynchDNS HSTS HTTP2 IPv6 Largefile libz NTLM SPNEGO SSL UnixSockets
Features (built-in): brotli
Possible fixes
n/a
The text was updated successfully, but these errors were encountered: