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

Use re.MULTILINE for test pattern (#4) #5

Merged
merged 1 commit into from
Aug 16, 2019

Conversation

moseb
Copy link
Contributor

@moseb moseb commented Aug 15, 2019

As a result, in a pattern ^ and $ are now matching start and end
of the line, not just start and end of the string.

Supposed to fix #4

As a result, in a pattern ^ and $ are now matching start and end
of the line, not just start and end of the string.
@codingjoe codingjoe merged commit f1dadcb into codingjoe:master Aug 16, 2019
@codingjoe
Copy link
Owner

Released in 1.1.0

@moseb
Copy link
Contributor Author

moseb commented Aug 16, 2019

Great to see this in a release — thank you!

@codingjoe
Copy link
Owner

@moseb thank you. Really great improvement!

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.

Does not act on all files? (Despite lack of "filename: ..." and "exclude: ...")
2 participants