Skip to content

Conversation

@hocineait7
Copy link

No description provided.

@LeChatP
Copy link
Owner

LeChatP commented Mar 12, 2025

Need a few tests :
When: -g g1,g2; add: g1,g2 -> expected result: invalid (as -g is AND, and add: g1,g2 is OR)
When: -g g1; add: [g1,g2] -> expected result: invalid (must be strictly equal)
When: -g g1,g2; add: [g1] -> expected result: invalid (must be strictly equal)
When -g g1,g2; add: [g1,g3] -> expected result: invalid (must be strictly equal)

@LeChatP LeChatP merged commit d84d3be into LeChatP:dev Mar 13, 2025
3 checks passed
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