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

Remove m postfix from all_ws() #108

Merged
merged 2 commits into from
Nov 3, 2017
Merged

Remove m postfix from all_ws() #108

merged 2 commits into from
Nov 3, 2017

Conversation

saschanaz
Copy link
Member

Fixes #107.

The m prefix causes the regex to run for every line, which causes the bug.

@marcoscaceres
Copy link
Member

Nice find!

@marcoscaceres
Copy link
Member

Might be worth adding a small test for this.

@saschanaz
Copy link
Member Author

Tried writing one and got a line ending problem... Hmm.

@marcoscaceres
Copy link
Member

The magic of tests! 💃

normalize \r\n to \n on the test runner + make line-comment absorb \r\n correctly.
@saschanaz
Copy link
Member Author

Added one 😄

@marcoscaceres
Copy link
Member

Excellent! thanks @saschanaz. Merge when you are ready.

@saschanaz saschanaz merged commit 407aaef into develop Nov 3, 2017
@saschanaz saschanaz deleted the ws-fix branch November 3, 2017 02:21
@marcoscaceres
Copy link
Member

Releasing now.

@marcoscaceres
Copy link
Member

v8.0.1 released 🎉

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.

None yet

2 participants