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

Add RegularExpresionTestUtil for testing regexes #1041

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ldhardy
Copy link
Collaborator

@ldhardy ldhardy commented Jan 7, 2025

There are multiple places we're doing something similar to test regex, and plenty of places we need to, but are not yet. It would be nice to clean it all up and use one utility class. Needed for another effort.

Copy link
Collaborator

@drivenflywheel drivenflywheel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a good addition. We should add at least cursory test coverage now to ensure that future regressions that are accidentally introduced will get caught prior to downstream integration.

@ldhardy ldhardy requested a review from drivenflywheel January 8, 2025 11:14
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