string_processing: Error when re-flowing implicitly concatenated r-strings #3855
Labels
C: preview style
Issues with the preview and unstable style. Add the name of the responsible feature in the title.
F: strings
Related to our handling of strings
T: bug
Something isn't working
Describe the bug
Trying to format the following input (playground) with
black -l 1 --preview
leads to an error:Some additional variants that lead to the same error:
The error does not appear if
--preview
is not used. The file is formatted correctly in that case.Environment
Also fails in the playground using the current
main
version (see above).The text was updated successfully, but these errors were encountered: