Hi, I think there is a serious issue with `eachKey...
# general
e
Hi, I think there is a serious issue with
eachKeyLike()
and it might have to do with the fix here: https://github.com/pact-foundation/pact-reference/issues/216 Please see my comment here https://github.com/pact-foundation/pact-reference/issues/216#issuecomment-1480976176 and the added note below: https://github.com/pact-foundation/pact-reference/issues/216#issuecomment-1480996968 I ran the same on Windows and Mac as I wasn't sure if it is related to my machine. But I got the same result. This is a simplified version to show the issue. I have a more complex data-structure I want to test and the resulting
matchingRules
I got were looking very strange: Example:
Copy code
"$.angebote.*.*.*[*].*[*].*.*.*": {
  "combine": "AND",
  "matchers": [
    {
      "match": "type",
      "min": 1
    },
    {
      "match": "type"
    },
    {
      "match": "integer"
    }
  ]
},
How could anything satisfy that.