-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
EndsWith should use rfind() #573
Comments
Wow that's terrible code! Did I write that? (checks... yes I did. I am ashamed). So, thanks for bringing this up! I'll take a closer look later and clean things up a bit (fixing the latent bug in the process). |
… of endsWith and startsWith) (see Issue #573)
… of endsWith and startsWith) (see Issue #573)
This has been since fixed, albeit it would probably be better if every |
https://github.com/philsquared/Catch/blob/7424b23bfb4423fd1213141633844f09faaff8bc/single_include/catch.hpp#L1089
.find()
is used.The text was updated successfully, but these errors were encountered: