We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
version v1.0.0 code position https://github.com/timbray/quamina/blob/v1.0.0/core_matcher.go#L89C18-L89C18
if vals is empty will trigger an index out of range
testing pattern {"data": {"field": []}}
{"data": {"field": []}}
The text was updated successfully, but these errors were encountered:
Oops, that looks like a bug. Thanks. Will dig in and fix.
Sorry, something went wrong.
addresses issue #252
24ec5c4
ignore fields with no values Signed-off-by: Tim Bray <tbray@textuality.com>
Fixed in #258
No branches or pull requests
version v1.0.0
code position
https://github.com/timbray/quamina/blob/v1.0.0/core_matcher.go#L89C18-L89C18
if vals is empty will trigger an index out of range
testing pattern
{"data": {"field": []}}
The text was updated successfully, but these errors were encountered: