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 the regexp used to clean the host #18

Merged
merged 1 commit into from Mar 19, 2021

Conversation

casperisfine
Copy link

I noticed this regexp because of the crash reported in ruby/ruby#4119 (comment)

Introduced in ruby/ruby@c1652035644

/s marks the regexp as encoded with Windows-31J which makes little
sense.

Nurse thinks the intent was to use /m for a multi-line regexp

Introduced in ruby/ruby@c1652035644

`/s` marks the regexp as encoded with Windows-31J which makes little
sense.

Nurse thinks the intent was to use `/m` for a multi-line regexp.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants