string_processing: Multiline string concatenated to be over line length in function argument default value #3497
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
From #2188: When processing a multiline string in a function argument default value with
--preview
(ESP), it is concatenated even if it will exceed line length.To Reproduce
Here's a playground link.
is formatted as
Expected behavior
A formatting that conforms to line length limits.
The text was updated successfully, but these errors were encountered: