Error with pattern matcher
See original GitHub issueI have added in pattern matching to my interaction.
When i run pact verification it works fine.
But i see a warn in the console for pact broker
WARN: Ignoring unsupported matching rules {"min"=>1} for path $['body']['Advertisers']
I use eachLike
on an array
Advertisers: eachLike({
Name: 'Account'
})
Deps:
"@pact-foundation/pact": "5.9.1",
"@pact-foundation/pact-node": "^6.19.4",
pact broker : dius/pact-broker:latest
Thanks, Shane.
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Correct way to intentionally error in pattern matching - Question
Regarding the initial question on the proper way of intentionally fail in a pattern-matching, I think using sys.
Read more >Java regular expression: finding match errors - Stack Overflow
My regular expression is fine. It works as it should! The issue is that I want to know more informations in case of...
Read more >Methods of the PatternSyntaxException Class
A PatternSyntaxException is an unchecked exception that indicates a syntax error in a regular expression pattern. The PatternSyntaxException class provides ...
Read more >Error Pattern Matching in Swift - Yet Another Swift Blog
Simple yet powerful technique to switch over Swift errors types.
Read more >Detecting Pattern-Match Failures in Haskell - Neil Mitchell
The problem of pattern-matching. ○ A framework to solve patterns ... [] → error “pattern match” s:ss→ case x ≤ y of. True...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Next release will be out in the next few hours 😃
On Thu., 12 Jul. 2018, 4:50 pm Beth Skurrie, notifications@github.com wrote:
🚀