Thanks,
I'll fix that in the next release.
Steve
On Wed, Jun 6, 2018 at 1:25 PM, Damien via RT <bug-Perl-Tidy@rt.cpan.org>
wrote:
Show quoted text> Wed Jun 06 16:25:00 2018: Request 125506 was acted upon.
> Transaction: Ticket created by damien-43@gmx.fr
> Queue: Perl-Tidy
> Subject: Unexpected string formating
> Broken in: (no value)
> Severity: (no value)
> Owner: Nobody
> Requestors: damien-43@gmx.fr
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=125506 >
>
>
> Hi
>
> With this following command:
>
> $ perltidy --version | head -1
> This is perltidy, v20180220
> $ perltidy -io <<'CODE'
> my $t = '
> un
> deux
> trois
> ';
> CODE
> my $t = '
> un
> deux
> trois
> ';
>
>
> Expected:
> Shouldn't modify the string literal (last line are striped).
> e.g
>
> my $t = '
> un
> deux
> trois
> ';
>
> Regards.
> Damien
>
>