Skip to content

StringAlgoTest : Add more coverage for matchMultiple() #1128

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

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

johnhaddon
Copy link
Member

0f42605 fixed bugs and performance issues related to wildcards and space separated patterns. One bug that I don't think I realised I was fixing at the time was the matching of spaces in the string against spaces separating match patterns. This appears to have affected some production scenes which were relying on the broken behaviour. Having reviewed the code again, I'm pretty sure we are doing the right thing, so I'm just beefing up the tests a little to assert that and make sure we don't change behaviour again in future.

0f42605 fixed bugs and performance issues related to wildcards and space separated patterns. One bug that I don't think I realised I was fixing at the time was the matching of spaces in the string against spaces separating match patterns. This appears to have affected some production scenes which were relying on the broken behaviour. Having reviewed the code again, I'm pretty sure we are doing the right thing, so I'm just beefing up the tests a little to assert that and make sure we don't change behaviour again in future.
@johnhaddon johnhaddon requested a review from andrewkaufman March 1, 2021 09:27
@andrewkaufman andrewkaufman merged commit bb529b7 into ImageEngine:master Mar 1, 2021
@johnhaddon johnhaddon deleted the matchMultipleTests branch August 2, 2021 15:01
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