Add \ when adding line breaks in strings in the middle of assignments #7002
Labels
enhancement
New feature or request
fixed in next version (main)
A fix has been implemented and will appear in an upcoming version
Follow up to #6805.
Right now when we add a quotation mark when adding a line break in a long string, we break the code logic when it's around assignments or return statements.
For example:
If we add a line break on
a
, right now we are makinga
evaluate to"this is a long"
:I believe the ideal would be to do the following:
Similarly if this was in a return statement.
The text was updated successfully, but these errors were encountered: