Skip to content

Conversation

@gilbertzaini
Copy link

Example Case:
Rules: must include (Item A, Item C)

Expected Behavior:
Order Items: [A, B, C] -> Valid (TRUE) (Because both A and C are present) Order Items: [A, B, D] -> Not Valid (FALSE) (Because only A is present, C is missing) Order Items: [B, D] -> Not Valid (FALSE) (Because both A and C are missing)

Example Case:
Rules: must include (Item A, Item C)

Expected Behavior:
Order Items: [A, B, C] -> Valid (TRUE) (Because both A and C are present)
Order Items: [A, B, D] -> Not Valid (FALSE) (Because only A is present, C is missing)
Order Items: [B, D] -> Not Valid (FALSE) (Because both A and C are missing)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants