We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
👉 blackd --bind-port 9090 & 👉 curl -s -XPOST "localhost:9090" -d "1`r`n" -o test.py
(NOTE: I am using ` here to demonstrate a Windows moment, feel free to replace the data with -d 1\r\n if you are using a shell like fish or something)
-d 1\r\n
fish
test.py contents are now 1\n instead of the expected 1\r\n
test.py
1\n
1\r\n
Environment
Additional context
PR adding support for this #288
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
(NOTE: I am using ` here to demonstrate a Windows moment, feel free to replace the data with
-d 1\r\n
if you are using a shell likefish
or something)test.py
contents are now1\n
instead of the expected1\r\n
Environment
Additional context
PR adding support for this #288
The text was updated successfully, but these errors were encountered: