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
# fmt: skip
I found this while messing around with #4511
playground link
( # fmt: skip """ """ )
gives Cannot parse: 2:0: EOF in multi-line string
Cannot parse: 2:0: EOF in multi-line string
( # fmt: skip "\ " )
gives Cannot parse: 2:0: "
Cannot parse: 2:0: "
This is not fixed by #4380
This is fixed by #3978, though that PR appears to be stalled, and I'm not sure if the changes to the first case are desirable. With #3978 applied:
gives
( # fmt: skip "" )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I found this while messing around with #4511
playground link
gives
Cannot parse: 2:0: EOF in multi-line string
playground link
gives
Cannot parse: 2:0: "
This is not fixed by #4380
This is fixed by #3978, though that PR appears to be stalled, and I'm not sure if the changes to the first case are desirable.
With #3978 applied:
gives
gives
The text was updated successfully, but these errors were encountered: