-
Notifications
You must be signed in to change notification settings - Fork 46
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
Strange behavior of Values
matcher
#337
Comments
Here are some behaviors on array:
I can see these rules applied for array:
I expected the behavior like this:
|
Here are some behaviors on map:
I can see these rules applied for array:
I expected the behavior like this:
|
All of these behaviors can be reproduced by updating |
Closed, as the solution is to deprecate |
This is the description of
Values
matcher from specification v4:But from what I tested, I think it doesn't ignore the keys, and the way it "Match the values in a map" doesn't make sense to me.
The text was updated successfully, but these errors were encountered: