Thanks
I will fix it.
Steve
On Wed, Apr 4, 2018 at 8:59 AM Oleg Alexeenkov via RT <
bug-Perl-Tidy@rt.cpan.org> wrote:
Show quoted text> Wed Apr 04 11:59:45 2018: Request 125012 was acted upon.
> Transaction: Ticket created by PRO
> Queue: Perl-Tidy
> Subject: bug in -mangle --delete-all-comments
> Broken in: 20180220
> Severity: (no value)
> Owner: Nobody
> Requestors: PRO@cpan.org
> Status: new
> Ticket <URL:
https://rt.cpan.org/Ticket/Display.html?id=125012 >
>
>
> ===code:
> ++$_ for
> #one space before eol:
> values %_;
> system
> #one space before eol:
> qq{};
> =======
>
> perltidy -mangle --delete-all-comments bug.pl
>
> space eated:
> ==result:
> ++$_ forvalues%_;
> systemqq{};
> ========
>
> ==expected:
> ++$_ for values%_;
> system qq{};
> ========
>
>