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

fix: refactor path templates to simplify regexes #1079

Merged
merged 1 commit into from
Aug 6, 2021
Merged

Conversation

alexander-fenster
Copy link
Contributor

Fixes #993 by removing all look-behinds and look-aheads and simplifying the logic in general (as long as I could read the code). No changes to the tests => successful refactor! (the test coverage of this code is pretty good)

@alexander-fenster alexander-fenster requested a review from a team as a code owner August 6, 2021 09:19
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 6, 2021
@alexander-fenster alexander-fenster added the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 6, 2021
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Aug 6, 2021
@alexander-fenster alexander-fenster merged commit 23c43b6 into master Aug 6, 2021
@alexander-fenster alexander-fenster deleted the regex branch August 6, 2021 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid regular expression: invalid group specifier name in Safari
2 participants