-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
-
cloudevents diff
should fail if expected is not found in the diff even for--ignore-additional
-
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.
Metadata
Metadata
Assignees
Labels
No labels