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

Replace regex used for handling multiple '/' from find_find() (#411) #567

Merged

Conversation

bartlettroscoe
Copy link
Member

This replaces '[/]*/' which will match one or more '/' chars in a row with '/?/' which will match one or two '/' in a row (which is what I wanted).

This addresses review feedback from @KyleFromKitware in PR #565.

…SPub#411)

This replaces '[/]*/' which will match one or more '/' chars in a row with
'/?/' which will match one or two '/' in a row (which is what I wanted).

This addreses review feedback from @KyleFromKitware in PR TriBITSPub#565.
@bartlettroscoe bartlettroscoe added the component: testing Dealing with automated testing not specific to any other component label Feb 28, 2023
Copy link
Collaborator

@rabartlett1972 rabartlett1972 left a comment

Choose a reason for hiding this comment

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

No need for a review. This implements suggestion in #565 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: testing Dealing with automated testing not specific to any other component
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants