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

Handle \n in MIME::Types.type_for #178

Merged
merged 2 commits into from
Aug 22, 2023
Merged

Handle \n in MIME::Types.type_for #178

merged 2 commits into from
Aug 22, 2023

Conversation

halostatue
Copy link
Member

@halostatue halostatue commented Aug 22, 2023

Resolves #177.

Better handle possible line-termination strings (legal in Unix filenames) such as \n in MIME::Types.type_for. Reported by @ooooooo-q.


This change is Reviewable

Resolves #177.

Better handle possible line-termination strings (legal in Unix
filenames) such as `\n` in `MIME::Types.type_for`. Reported by
ooooooo-q.
Allow the builds to fail, because the head build is unstable.
@halostatue halostatue merged commit 9583a38 into main Aug 22, 2023
26 of 28 checks passed
@halostatue halostatue deleted the resolve-newline-name branch August 22, 2023 03:16
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.

Handling of \n character in MIME::Types.type_for
1 participant