-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Broken regex implementation #16
base: master
Are you sure you want to change the base?
Conversation
If the `str` contains more `a` than `b` / there are unmatched pairs, and a and/or b is regex, what's the expected behaviour?
862acea
to
a15af5c
Compare
i think this should be covered by your other pull requests already, right? also if you want, i'd be happy to add you as a collaborator on this project |
I don't think this is covered? Which one did you refer to? Happy to contribute to this anyhow 😄 |
doesn't this cover that?
|
Oh not with BTW just realise you didn't enable travis. |
This is supposed to be a failure test. |
i enabled travis now, no clue why it was disabled... |
Basically regex only works for very simple use-cases. In order to support all, I think it will be very complicated and performance might be questionable. |
do you support this use-case?
If the
str
contains morea
thanb
/ there are unmatched pairs, and a and/or b is regex, what's the expected behaviour?