format_inline()
doesn't preserve newlines in interpolated strings
#626
Labels
bug
an unexpected problem or unintended behavior
cli 3.6.0 changed the behavior of
format_inline()
so it now preserves newlines. Firstly, thanks for this change! 👏Unfortunately, this new behavior doesn't apply to interpolated strings (find examples from cli unit tests below). Is this a bug or should we document the behavior depends on whether interpolation is used? Note: form feed characters are preserved in both cases.
Created on 2023-08-26 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: