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

test: Add guard feature test for expression simplification #1750

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

bobzhang
Copy link
Contributor

@bobzhang bobzhang commented Mar 9, 2025

Introduces a new test file demonstrating the use of guard in pattern matching for simplifying arithmetic expressions. The test showcases simplification rules like handling zero and identity elements, and verifies the simplification of equivalent subexpressions.

Introduces a new test file demonstrating the use of guard in pattern matching for simplifying arithmetic expressions. The test showcases simplification rules like handling zero and identity elements, and verifies the simplification of equivalent subexpressions.
@coveralls
Copy link
Collaborator

Pull Request Test Coverage Report for Build 5583

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.549%

Totals Coverage Status
Change from base Build 5581: 0.0%
Covered Lines: 6012
Relevant Lines: 6496

💛 - Coveralls

@bobzhang bobzhang merged commit eafa82c into main Mar 9, 2025
12 checks passed
@bobzhang bobzhang deleted the hongbo/guard_feature_test branch March 9, 2025 01:24
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