Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/operators support 3 variants #155

Merged
merged 18 commits into from
Jan 15, 2024
Merged

Conversation

tilucasoli
Copy link
Collaborator

Issue ticket number

closes #154

Describe your changes

  • More the test case to operators feature;
  • Rename some variable's name;
  • Change the way the function matches identify a variant matching;

Type of changes

  • Bug fix (non-breaking change which fixes an issue)
  • Test (adding missing tests, refactoring tests; no production code change)

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works

@tilucasoli tilucasoli requested a review from leoafarias January 15, 2024 18:17
@tilucasoli tilucasoli marked this pull request as draft January 15, 2024 20:35
@tilucasoli tilucasoli marked this pull request as ready for review January 15, 2024 20:35
@tilucasoli tilucasoli changed the base branch from main to fix/test-workflow January 15, 2024 20:41
@tilucasoli tilucasoli changed the base branch from fix/test-workflow to main January 15, 2024 20:42
@leoafarias leoafarias merged commit 7f13a61 into main Jan 15, 2024
2 checks passed
@leoafarias leoafarias deleted the fix/operators-support-3-variants branch January 16, 2024 14:36
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.

Use the 'and' (&) or 'or' (|) operators with more than two variants
2 participants