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

De-duplicate start of string match character #179

Merged
merged 1 commit into from
Jun 5, 2020

Conversation

traylenator
Copy link

Pull Request (PR) description

There were two start of string characters in a regex, \A and ^. Reduce it to one which
is quite enough.

@traylenator traylenator added the bug Something isn't working label Jun 4, 2020
@traylenator
Copy link
Author

Must be my smallest patch ever and you can't even produce a test for it.

Copy link

@igalic igalic left a comment

Choose a reason for hiding this comment

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

👍

@traylenator traylenator merged commit 5b009d2 into voxpupuli:master Jun 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants