conformance
conformance copied to clipboard
cloudevents diff not working as expected
- [ ]
cloudevents diff
should fail if expected is not found in the diff even for--ignore-additional
- [x]
cloudevents diff want got
should keep searching for a valid pass for eachwant
ingot
. At the moment it tests and fails on the first match based on--find
, butgot
could have more than one match. - [ ]
cloudevents diff want got
should mark got's list as "used" as it works through all thewant
s.
the third point is interesting. It is not clear how much shuffling we really want to produce. It is a bit of the greedy matching problem in regex.
@n3wscott can you help me to reproduce the first point?